Click or drag to resize
Akka.NETLoggingAdapterBaseNotifyInfo Method
Notifies all subscribers that an InfoLevel log event occurred.

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

Parameters

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