Class InitializeLogger
This class represents a message used to initialize a logger.
Implements
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public class InitializeLogger : INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceInitializeLogger(LoggingBus)
Initializes a new instance of the InitializeLogger message.
Declaration
public InitializeLogger(LoggingBus loggingBus)
Parameters
Type | Name | Description |
---|---|---|
LoggingBus | loggingBus | The bus used by the logger to log events. |
Properties
| Improve this Doc View SourceLoggingBus
The bus used by the logger to log events.
Declaration
public LoggingBus LoggingBus { get; }
Property Value
Type | Description |
---|---|
LoggingBus |