Click or drag to resize
Akka.NETLoggingAdapterBase Constructor
Creates an instance of the LoggingAdapterBase.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected LoggingAdapterBase(
	ILogMessageFormatter logMessageFormatter
)

Parameters

logMessageFormatter
Type: Akka.EventILogMessageFormatter
The log message formatter used by this logging adapter.
Exceptions
ExceptionCondition
ArgumentNullExceptionThis exception is thrown when the given logMessageFormatter is undefined.
See Also