Click or drag to resize
Akka.NETLoggingAdapterBase.NotifyError Method (Object)
Notifies all subscribers that an ErrorLevel log event occurred.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
protected abstract void NotifyError(
	Object message
)

Parameters

message
Type: System.Object
The message related to the log event.
See Also