Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
55d68dd8
Commit
55d68dd8
authored
Dec 28, 2017
by
Jens Korinth
Browse files
Fix bug in fix for
#130
: missing implicit Logger
* GitLab pipelines notified me of the problem, awesome
parent
4aac4dda
Pipeline
#64
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/Tapasco.scala
View file @
55d68dd8
...
...
@@ -32,7 +32,7 @@ object Tapasco {
import
ch.qos.logback.classic.LoggerContext
import
ch.qos.logback.classic.encoder.PatternLayoutEncoder
import
ch.qos.logback.classic.spi.ILoggingEvent
private
[
this
]
val
logger
=
de
.
tu_darmstadt
.
cs
.
esa
.
tapasco
.
Logging
.
logger
(
this
.
getClass
)
private
[
this
]
implicit
val
logger
=
de
.
tu_darmstadt
.
cs
.
esa
.
tapasco
.
Logging
.
logger
(
this
.
getClass
)
private
[
this
]
val
logFileAppender
:
FileAppender
[
ILoggingEvent
]
=
new
FileAppender
()
private
[
this
]
final
val
UNLIMITED_THREADS
=
1000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment