Click or drag to resize
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: 0.8.0.0 (0.8.0.0)
Syntax
public static void DebugPrint(
	string message,
	params Object[] args
)

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