csw.logging.client.appenders.StdOutAppender
See theStdOutAppender companion object
class StdOutAppender(system: ActorSystem[_], stdHeaders: JsObject, logPrinter: Any => Unit) extends LogAppender
A log appender that writes common log messages to stdout. Stdout output can be printed as oneLine or pretty. oneLine will print only the message of the log statement in single line and pretty will print all the information of log statement.
Value parameters
- stdHeaders
-
the headers that are fixes for this service
- system
-
typed Actor System
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article