Represents a log data used by the Logger class.
More...
|
override string | ToString () |
| Returns a string that represents the current LogData.
|
|
|
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 LogData.
- Returns
- A string that represents the current LogData.
◆ 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
Gets the logging level of the log data.
One of the LogLevel enum values, indicates 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.
The documentation for this class was generated from the following file:
- /Users/yiyangshang/egdl2/Assets/eag/Scripts/enablegames/PortalAPI/SocketIO/WebsocketSharp/LogData.cs