C# 클래스 SharpCifs.Util.LogStream

0 - nothing 1 - critical [default] 2 - basic info can be logged under load 3 - almost everything N - debugging
상속: SharpCifs.Util.Sharpen.PrintWriter
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Level int

공개 메소드들

메소드 설명
GetInstance ( ) : LogStream
LogStream ( TextWriter other ) : System
SetInstance ( TextWriter other ) : void

This must be called before getInstance is called or it will have no effect.

This must be called before getInstance is called or it will have no effect.

SetLevel ( int level ) : void

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : LogStream
리턴 LogStream

LogStream() 공개 메소드

public LogStream ( TextWriter other ) : System
other System.IO.TextWriter
리턴 System

SetInstance() 공개 정적인 메소드

This must be called before getInstance is called or it will have no effect.
This must be called before getInstance is called or it will have no effect.
public static SetInstance ( TextWriter other ) : void
other System.IO.TextWriter
리턴 void

SetLevel() 공개 메소드

public SetLevel ( int level ) : void
level int
리턴 void

프로퍼티 상세

Level 공개적으로 프로퍼티

public int Level
리턴 int