Represents a log data used by the Logger class.
More...
|
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.
- Returns
- 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
Gets the logging level of the log data.
One of the LogLevel enum values that 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.
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/Teal-Net/Plugins/websocket-sharp/LogData.cs