Logger

org.apache.pekko.event.slf4j.Logger
object Logger

Logger is a factory for obtaining SLF4J-Loggers

Attributes

Source
Slf4jLogger.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type

Members list

Value members

Concrete methods

def apply(logger: String): Logger

Value parameters

logger
  • which logger

Attributes

Returns

a Logger that corresponds for the given logger name

Source
Slf4jLogger.scala
def apply(logClass: Class[_], logSource: String): Logger

Value parameters

logClass
  • the class to log for
logSource
  • the textual representation of the source of this log stream

Attributes

Returns

a Logger for the specified parameters

Source
Slf4jLogger.scala
def root: Logger

Returns the SLF4J Root Logger

Returns the SLF4J Root Logger

Attributes

Source
Slf4jLogger.scala