Click or drag to resize
Akka.NETLogging Class
This class provides the functionality for creating logger instances and helpers for converting to/from LogLevel values.
Inheritance Hierarchy
SystemObject
  Akka.EventLogging

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Logging

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
Fields
  NameDescription
Public fieldStatic memberStandardOutLogger
Returns a singleton instance of the standard out logger.
Top
See Also