SkyWay Unity SDK
公式APIリファレンス
|
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.
|
inline |
Returns a string that represents the current instance.
|
get |
Gets the information of the logging method caller.
A StackFrame that provides the information of the logging method caller.
|
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.
|
get |
Gets the logging level of the log data.
One of the LogLevel enum values.
It represents the logging level of the log data.
|
get |
Gets the message of the log data.
A string that represents the message of the log data.