C-DEngine 5.105

Logger..::..Info Method

Outputs message as a log with Info.

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

Syntax


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