| LoggingAdapterBase Constructor |
Creates an instance of the LoggingAdapterBase.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected LoggingAdapterBase(
ILogMessageFormatter logMessageFormatter
)
new :
logMessageFormatter : ILogMessageFormatter -> LoggingAdapterBase
Parameters
- logMessageFormatter
- Type: Akka.EventILogMessageFormatter
The log message formatter used by this logging adapter.
Exceptions Exception | Condition |
---|
ArgumentNullException | This exception is thrown when the given logMessageFormatter is undefined. |
See Also