My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
WebSocketSharp.LogData Class Reference

Represents a log data used by the Logger class. More...

Public Member Functions

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

Properties

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.
 

Detailed Description

Represents a log data used by the Logger class.

Member Function Documentation

◆ ToString()

override string WebSocketSharp.LogData.ToString ( )
inline

Returns a string that represents the current instance.

Returns
A string that represents the current instance.

Property Documentation

◆ 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 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: