Appender

cc.otavia.log4a.appender.Appender
See theAppender companion trait
object Appender

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Appender.type

Members list

Type members

Classlikes

final case class Debug(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Error(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Fatal(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Info(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait LogMsg extends Notice

Attributes

Supertypes
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Debug
class Error
class Fatal
class Info
class Trace
class Warn
Show all
final case class Trace(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Warn(time: LocalDateTime, thread: String, loggerName: String, log: String) extends LogMsg

Attributes

Supertypes
trait Product
trait Equals
trait LogMsg
trait Notice
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all