Prints a message tosStandard out if the Compile symbol "MAILBOXDEBUG" has been set.
If the symbol is not set all invocations to this method will be removed by the compiler.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static void DebugPrint(
string message,
params Object[] args
)
Public Shared Sub DebugPrint (
message As String,
ParamArray args As Object()
)
public:
static void DebugPrint(
String^ message,
... array<Object^>^ args
)
static member DebugPrint :
message : string *
args : Object[] -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Akka.Dispatch.Mailbox.DebugPrint(System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Akka.Dispatch.Mailbox.DebugPrint(System.String,System.Object[])"]
See Also