Logging

camundala.simulation.Logging
trait Logging

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

Givens

Givens

Extensions

Extensions

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