Debugs the specified format.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll)
Public Sub Debug ( _
format As String, _
ParamArray args As Object() _
)
public:
void Debug(
String^ format,
... array<Object^>^ args
)
Parameters
- format
- Type: String
The format.
- args
- Type: array<Object>[]()[][]
The arguments.