Click or drag to resize
Akka.NETLoggingAdapterBaseNotifyError 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: SystemObject
The message related to the log event.
See Also