C-DEngine 5.105

Logger..::..Debug Method

Outputs message as a log with Debug.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void Debug(
	string message
)
Public Sub Debug ( _
	message As String _
)
public:
void Debug(
	String^ message
)

Parameters

message
Type: String
A String that represents the message to output as a log.

Remarks


If the current logging level is higher than Debug, this method doesn't output message as a log.