Class WebSocketLogger
Inheritance
WebSocketLogger
Assembly: Glitch9.IO.dll
Syntax
public class WebSocketLogger : Logger, ILogger
Constructors
|
Edit this page
View Source
WebSocketLogger(string, TraceLevel)
Declaration
public WebSocketLogger(string tag, TraceLevel logLevel = TraceLevel.Info)
Parameters
Methods
|
Edit this page
View Source
Error(string, string)
Declaration
public void Error(string eventId, string message)
Parameters
|
Edit this page
View Source
Exception(string, Exception)
Declaration
public void Exception(string eventId, Exception exception)
Parameters
|
Edit this page
View Source
Info(string, string)
Declaration
public void Info(string eventId, string message)
Parameters
|
Edit this page
View Source
Verbose(string, string)
Declaration
public void Verbose(string eventId, string message)
Parameters
|
Edit this page
View Source
Warning(string, string)
Declaration
public void Warning(string eventId, string message)
Parameters
Implements
Extension Methods