Mailbox..::..DebugPrint 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)

Syntax


[ConditionalAttribute]
public static void DebugPrint(
	string message,
	params Object[] args
)
<ConditionalAttribute> _
Public Shared Sub DebugPrint ( _
	message As String, _
	ParamArray args As Object() _
)
[ConditionalAttribute]
public:
static void DebugPrint(
	String^ message, 
	... array<Object^>^ args
)

Parameters

message
Type: String
args
Type: array<Object>[]()[][]