C-DEngine 5.105

Logger..::..Trace Method

Outputs message as a log with Trace.

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

Syntax


public void Trace(
	string message
)
Public Sub Trace ( _
	message As String _
)
public:
void Trace(
	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 Trace, this method doesn't output message as a log.