C# Class Rsdn.Janus.Log.LogHelper

Вспомогательные методы для работы с логом.
Mostra file Open project: rsdn/janus

Public Methods

Method Description
Log ( this provider, LogEventType eventType, string message ) : void
LogError ( this provider, string message ) : void
LogInfo ( this provider, string message ) : void
LogWarning ( this provider, string message ) : void

Method Details

Log() public static method

public static Log ( this provider, LogEventType eventType, string message ) : void
provider this
eventType LogEventType
message string
return void

LogError() public static method

public static LogError ( this provider, string message ) : void
provider this
message string
return void

LogInfo() public static method

public static LogInfo ( this provider, string message ) : void
provider this
message string
return void

LogWarning() public static method

public static LogWarning ( this provider, string message ) : void
provider this
message string
return void