SkyWay Unity SDK
公式APIリファレンス
読み取り中…
検索中…
一致する文字列を見つけられません
WebSocketSharp.LogData クラス

Represents a log data used by the Logger class. [詳解]

公開メンバ関数

override string ToString ()
 Returns a string that represents the current instance.
 

プロパティ

StackFrame Caller [get]
 Gets the information of the logging method caller.
 
DateTime Date [get]
 Gets the date and time when the log data was created.
 
LogLevel Level [get]
 Gets the logging level of the log data.
 
string Message [get]
 Gets the message of the log data.
 

詳解

Represents a log data used by the Logger class.

関数詳解

◆ ToString()

override string WebSocketSharp.LogData.ToString ( )
inline

Returns a string that represents the current instance.

戻り値
A string that represents the current instance.

プロパティ詳解

◆ Caller

StackFrame WebSocketSharp.LogData.Caller
get

Gets the information of the logging method caller.

A StackFrame that provides the information of the logging method caller.

◆ Date

DateTime WebSocketSharp.LogData.Date
get

Gets the date and time when the log data was created.

A DateTime that represents the date and time when the log data was created.

◆ Level

LogLevel WebSocketSharp.LogData.Level
get

Gets the logging level of the log data.

One of the LogLevel enum values.

It represents the logging level of the log data.

◆ Message

string WebSocketSharp.LogData.Message
get

Gets the message of the log data.

A string that represents the message of the log data.


このクラス詳解は次のファイルから抽出されました: