C# Class SocketServers.Logger

Inheritance: IDisposable
Afficher le fichier Open project: vf1/serversockets

Méthodes publiques

Méthode Description
Disable ( ) : void
Enable ( Stream stream ) : void
Enable ( string filename ) : void
Flush ( ) : void
Logger ( ) : System
WriteComment ( string comment ) : void

Private Methods

Méthode Description
Convert ( ServerProtocol source ) : Protocol
Dispose ( ) : void
IDisposable ( ) : void
Write ( ServerAsyncEventArgs e, bool incomingOutgoing ) : void

Method Details

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( Stream stream ) : void
stream Stream
Résultat void

Enable() public méthode

public Enable ( string filename ) : void
filename string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Logger() public méthode

public Logger ( ) : System
Résultat System

WriteComment() public méthode

public WriteComment ( string comment ) : void
comment string
Résultat void