C# Class SocketServers.Logger

Inheritance: IDisposable
Mostra file Open project: vf1/serversockets

Public Methods

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

Private Methods

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

Method Details

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( Stream stream ) : void
stream Stream
return void

Enable() public method

public Enable ( string filename ) : void
filename string
return void

Flush() public method

public Flush ( ) : void
return void

Logger() public method

public Logger ( ) : System
return System

WriteComment() public method

public WriteComment ( string comment ) : void
comment string
return void