C# Class XLog.LogConfig

Afficher le fichier Open project: Belorus/XLog Class Usage Examples

Méthodes publiques

Свойство Type Description
CategoryRegistrar XLog.Categories.LogCategoryRegistrar
Formatter IFormatter
IsEnabled bool

Méthodes publiques

Méthode Description
AddTarget ( LogLevel minLevel, LogLevel maxLevel, Target target ) : void
AddTarget ( LogLevel logLevel, Target target ) : void
Flush ( ) : void
GetLogs ( ) : string
IsLevelEnabled ( int logLevel ) : bool
LogConfig ( IFormatter formatter, LogCategoryRegistrar categoryRegistry = null ) : System.Collections.Generic

Method Details

AddTarget() public méthode

public AddTarget ( LogLevel minLevel, LogLevel maxLevel, Target target ) : void
minLevel LogLevel
maxLevel LogLevel
target Target
Résultat void

AddTarget() public méthode

public AddTarget ( LogLevel logLevel, Target target ) : void
logLevel LogLevel
target Target
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetLogs() public méthode

public GetLogs ( ) : string
Résultat string

IsLevelEnabled() public méthode

public IsLevelEnabled ( int logLevel ) : bool
logLevel int
Résultat bool

LogConfig() public méthode

public LogConfig ( IFormatter formatter, LogCategoryRegistrar categoryRegistry = null ) : System.Collections.Generic
formatter IFormatter
categoryRegistry XLog.Categories.LogCategoryRegistrar
Résultat System.Collections.Generic

Property Details

CategoryRegistrar public_oe property

public LogCategoryRegistrar,XLog.Categories CategoryRegistrar
Résultat XLog.Categories.LogCategoryRegistrar

Formatter public_oe property

public IFormatter Formatter
Résultat IFormatter

IsEnabled public_oe property

public bool IsEnabled
Résultat bool