Click or drag to resize
Akka.NETLogging Methods

The Logging type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClassFor
Retrieves the log event class associated with the specified log level.
Public methodStatic memberGetLogger(IActorContext, ILogMessageFormatter)
Creates a new logging adapter using the specified context's event stream.
Public methodStatic memberGetLogger(ActorSystem, Object, ILogMessageFormatter)
Creates a new logging adapter using the specified system's event stream.
Public methodStatic memberGetLogger(LoggingBus, Object, ILogMessageFormatter)
Creates a new logging adapter that writes to the specified logging bus.
Public methodStatic memberLogLevelFor(String)
Retrieves the log level from the specified string.
Public methodStatic memberLogLevelForT
Retrieves the log level associated with the specified T.
Public methodStatic memberStringFor
Retrieves the log event class name associated with the specified log level.
Top
See Also