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