| MailboxDebugPrint Method |
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.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static void DebugPrint(
string message,
params Object[] args
)
static member DebugPrint :
message : string *
args : Object[] -> unit
Parameters
- message
- Type: SystemString
TBD - args
- Type: SystemObject
TBD
See Also