Click or drag to resize

LoggerEvent Class

LoggerEvent is the class representing all the events dispatched by the SmartFoxServer 2X C# API internal logger.
Inheritance Hierarchy
SystemObject
  Sfs2X.CoreBaseEvent
    Sfs2X.LoggingLoggerEvent

Namespace:  Sfs2X.Logging
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class LoggerEvent : BaseEvent, 
	ICloneable

The LoggerEvent type exposes the following members.

Properties
  NameDescription
Public propertyParams
A Dictionary containing the event's parameters.
(Inherited from BaseEvent.)
Public propertyTarget (Inherited from BaseEvent.)
Public propertyType (Inherited from BaseEvent.)
Top
Methods
  NameDescription
Public methodClone (Inherited from BaseEvent.)
Top
See Also