CanLog

loggerf.logger.CanLog
See theCanLog companion object
trait CanLog

Attributes

Since

2020-03-28

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def debug(message: => String): Unit
def error(message: => String): Unit
def info(message: => String): Unit
def warn(message: => String): Unit

Concrete methods

def getLogger(level: Level): (=> String) => Unit
Implicitly added by GetLogger