C# Class XLog.LogManager

Afficher le fichier Open project: Belorus/XLog

Méthodes publiques

Свойство Type Description
Config LogConfig

Méthodes publiques

Méthode Description
Flush ( ) : void
GetLogger ( string tag, LogConfig config = null ) : Logger
Init ( LogConfig config ) : void

Private Methods

Méthode Description
LogManager ( LogConfig config ) : System

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

GetLogger() public méthode

public GetLogger ( string tag, LogConfig config = null ) : Logger
tag string
config LogConfig
Résultat Logger

Init() public static méthode

public static Init ( LogConfig config ) : void
config LogConfig
Résultat void

Property Details

Config public_oe property

public LogConfig,XLog Config
Résultat LogConfig