C# Class Rsdn.Janus.Log.LogHelper

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

Méthodes publiques

Méthode 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 méthode

public static Log ( this provider, LogEventType eventType, string message ) : void
provider this
eventType LogEventType
message string
Résultat void

LogError() public static méthode

public static LogError ( this provider, string message ) : void
provider this
message string
Résultat void

LogInfo() public static méthode

public static LogInfo ( this provider, string message ) : void
provider this
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( this provider, string message ) : void
provider this
message string
Résultat void