LoggingAdapterDebug Method |
Logs a message with the Debug level.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Debug(
string format,
params Object[] args
)
Sub Debug (
format As String,
ParamArray args As Object()
)
void Debug(
String^ format,
... array<Object^>^ args
)
abstract Debug :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: SystemString
The format. - args
- Type: SystemObject
The arguments.
See Also