Logging Class |
Namespace: Akka.Event
The Logging type exposes the following members.
Name | Description | |
---|---|---|
ClassFor |
Retrieves the log event class associated with the specified log level.
| |
GetLogger(IActorContext, ILogMessageFormatter) |
Creates a new logging adapter using the specified context's event stream.
| |
GetLogger(ActorSystem, Object, ILogMessageFormatter) |
Creates a new logging adapter using the specified system's event stream.
| |
GetLogger(LoggingBus, Object, ILogMessageFormatter) |
Creates a new logging adapter that writes to the specified logging bus.
| |
LogLevelFor(String) |
Retrieves the log level from the specified string.
| |
LogLevelForT |
Retrieves the log level associated with the specified T.
| |
StringFor |
Retrieves the log event class name associated with the specified log level.
|
Name | Description | |
---|---|---|
StandardOutLogger |
Returns a singleton instance of the standard out logger.
|