StdOutAppender

csw.logging.client.appenders.StdOutAppender
See theStdOutAppender companion object

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
trait LogAppender
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Writes a log message to stdout

Writes a log message to stdout

Value parameters

baseMsg

the message to be logged

category

the kinds of log (for example, "common")

Attributes

def finish(): Future[Unit]

Called just before the logger shuts down

Called just before the logger shuts down

Attributes

Returns

a future that is completed when finished

def stop(): Future[Unit]

Closes the stdout appender

Closes the stdout appender

Attributes

Returns

a future that is completed when the close is complete