C# 클래스 SocketServers.Logger

상속: IDisposable
파일 보기 프로젝트 열기: vf1/serversockets

공개 메소드들

메소드 설명
Disable ( ) : void
Enable ( Stream stream ) : void
Enable ( string filename ) : void
Flush ( ) : void
Logger ( ) : System
WriteComment ( string comment ) : void

비공개 메소드들

메소드 설명
Convert ( ServerProtocol source ) : Protocol
Dispose ( ) : void
IDisposable ( ) : void
Write ( ServerAsyncEventArgs e, bool incomingOutgoing ) : void

메소드 상세

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Enable() 공개 메소드

public Enable ( Stream stream ) : void
stream Stream
리턴 void

Enable() 공개 메소드

public Enable ( string filename ) : void
filename string
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Logger() 공개 메소드

public Logger ( ) : System
리턴 System

WriteComment() 공개 메소드

public WriteComment ( string comment ) : void
comment string
리턴 void