class StdOutAppender 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.
- Alphabetic
- By Inheritance
- StdOutAppender
- LogAppender
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StdOutAppender(system: ActorSystem[_], stdHeaders: JsObject, logPrinter: (Any) => Unit)
- system
typed Actor System
- stdHeaders
the headers that are fixes for this service
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(baseMsg: JsObject, category: String): Unit
Writes a log message to stdout
Writes a log message to stdout
- baseMsg
the message to be logged
- category
the kinds of log (for example, "common")
- Definition Classes
- StdOutAppender → LogAppender
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finish(): Future[Unit]
Called just before the logger shuts down
Called just before the logger shuts down
- returns
a future that is completed when finished
- Definition Classes
- StdOutAppender → LogAppender
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def stop(): Future[Unit]
Closes the stdout appender
Closes the stdout appender
- returns
a future that is completed when the close is complete
- Definition Classes
- StdOutAppender → LogAppender
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])