Delegate ansiCodesSupported to ConsoleAppender

Fixes sbt/sbt#3336.
This commit is contained in:
Olli Helenius 2017-07-18 19:57:57 +03:00
parent 7b02a40b5e
commit a38d3d6c69
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@ class ManagedLogger(
new ObjectMessage(entry)
)
}
override def ansiCodesSupported = ConsoleAppender.formatEnabledInEnv
}