C# Class hobd.Logger

Afficher le fichier Open project: cail/hobd

Méthodes publiques

Свойство Type Description
DUMP bool
ERROR bool
INFO bool
TRACE bool
WARN bool

Méthodes publiques

Méthode Description
Init ( string path ) : void
SetLevel ( string logLevel ) : void
dump ( String comp, String msg ) : void
error ( String comp, String msg ) : void
error ( String comp, String msg, Exception e ) : void
info ( String comp, String msg ) : void
info ( String comp, String msg, Exception e ) : void
log ( string level, string comp, string msg, Exception e ) : void
trace ( String msg ) : void
trace ( String comp, String msg ) : void

Method Details

Init() public static méthode

public static Init ( string path ) : void
path string
Résultat void

SetLevel() public static méthode

public static SetLevel ( string logLevel ) : void
logLevel string
Résultat void

dump() public static méthode

public static dump ( String comp, String msg ) : void
comp String
msg String
Résultat void

error() public static méthode

public static error ( String comp, String msg ) : void
comp String
msg String
Résultat void

error() public static méthode

public static error ( String comp, String msg, Exception e ) : void
comp String
msg String
e System.Exception
Résultat void

info() public static méthode

public static info ( String comp, String msg ) : void
comp String
msg String
Résultat void

info() public static méthode

public static info ( String comp, String msg, Exception e ) : void
comp String
msg String
e System.Exception
Résultat void

log() public static méthode

public static log ( string level, string comp, string msg, Exception e ) : void
level string
comp string
msg string
e System.Exception
Résultat void

trace() public static méthode

public static trace ( String msg ) : void
msg String
Résultat void

trace() public static méthode

public static trace ( String comp, String msg ) : void
comp String
msg String
Résultat void

Property Details

DUMP public_oe static_oe property

public static bool DUMP
Résultat bool

ERROR public_oe static_oe property

public static bool ERROR
Résultat bool

INFO public_oe static_oe property

public static bool INFO
Résultat bool

TRACE public_oe static_oe property

public static bool TRACE
Résultat bool

WARN public_oe static_oe property

public static bool WARN
Résultat bool