Click or drag to resize
GameLogger Class
Logger interface that allows interested listeners to register for log messages.
Inheritance Hierarchy
SystemObject
  Slash.ECS.LoggingGameLogger

Namespace: Slash.ECS.Logging
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class GameLogger

The GameLogger type exposes the following members.

Constructors
  NameDescription
Public methodGameLogger
Initializes a new instance of the GameLogger class
Top
Methods
  NameDescription
Public methodError
Logs the specified error message.
Public methodInfo
Logs the specified info message.
Public methodWarning
Logs the specified warning message.
Top
Events
  NameDescription
Public eventErrorLogged
Error message should be logged.
Public eventInfoLogged
Info message should be logged.
Public eventWarningLogged
Warning message should be logged.
Top
See Also