| BusLoggingNotifyWarning Method |
Publishes the warning message onto the LoggingBus.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override void NotifyWarning(
Object message
)
abstract NotifyWarning :
message : Object -> unit
override NotifyWarning :
message : Object -> unit
Parameters
- message
- Type: SystemObject
The warning message.
See Also