C# Class SharpLogger.LogCollector

Afficher le fichier Open project: repinvv/SharpLogger Class Usage Examples

Méthodes publiques

Méthode Description
FilterAddID ( int id ) : void
FilterClear ( ) : void
FilterRemoveID ( int id ) : void
LogCollector ( IQueued qThread, ILogWriter writer ) : System
Send ( LogItem message ) : void
ShutDown ( ) : void

Private Methods

Méthode Description
CheckIds ( IEnumerable ids ) : bool
Receive ( LogItem message ) : void
RefreshIds ( ) : void
TimeOut ( ) : void

Method Details

FilterAddID() public méthode

public FilterAddID ( int id ) : void
id int
Résultat void

FilterClear() public méthode

public FilterClear ( ) : void
Résultat void

FilterRemoveID() public méthode

public FilterRemoveID ( int id ) : void
id int
Résultat void

LogCollector() public méthode

public LogCollector ( IQueued qThread, ILogWriter writer ) : System
qThread IQueued
writer ILogWriter
Résultat System

Send() public méthode

public Send ( LogItem message ) : void
message LogItem
Résultat void

ShutDown() public méthode

public ShutDown ( ) : void
Résultat void