Click or drag to resize
Akka.NETLoggingAdapterBaseNotifyLog Method
Notifies all subscribers that a log event occurred for a particular level.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void NotifyLog(
	LogLevel logLevel,
	Object message
)

Parameters

logLevel
Type: Akka.EventLogLevel
The log level associated with the log event.
message
Type: SystemObject
The message related to the log event.
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is thrown when the given logLevel is unknown.
See Also