Logging

camundala.simulation.Logging
trait Logging

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def debug(msg: String): LogEntry
def error(msg: String): LogEntry
def info(msg: String): LogEntry
def warn(msg: String): LogEntry

Extensions

Extensions

extension (logs: Seq[LogEntry])
def filter(logLevel: LogLevel): Seq[LogEntry]

Implicits

Implicits

implicit def toLogSeq(logEntry: LogEntry): Seq[LogEntry]