Click or drag to resize

LogData Class

Represents a log data used by the Logger class.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharpLogData

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class LogData

The LogData type exposes the following members.

Properties
  NameDescription
Public propertyCaller
Gets the information of the logging method caller.
Public propertyDate
Gets the date and time when the log data was created.
Public propertyLevel
Gets the logging level of the log data.
Public propertyMessage
Gets the message of the log data.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current LogData.
(Overrides ObjectToString.)
Top
See Also