class FileAppender extends LogAppender
An appender that writes log messages to files.
- Alphabetic
- By Inheritance
- FileAppender
- LogAppender
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FileAppender(system: ActorSystem[_], stdHeaders: JsObject)
- 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
Write the log message to a file.
Write the log message to a file.
- baseMsg
the message to be logged.
- category
the kinds of log (for example, "common").
- Definition Classes
- FileAppender → 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() @HotSpotIntrinsicCandidate()
- 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
- FileAppender → LogAppender
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def stop(): Future[Unit]
Closes the file appender.
Closes the file appender.
- returns
a future that is completed when the close is complete.
- Definition Classes
- FileAppender → 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])