C# 클래스 CK.AppRecovery.CrashLogWriter

Exposes a TextWriter and safe write methods (as much as they can be).
상속: IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
WriteException ( Exception e ) : void
WriteException ( TextWriter w, object ex ) : void
WriteIndented ( TextWriter w, string s ) : void
WriteLineException ( TextWriter w, object ex ) : void
WriteLineIndented ( TextWriter w, string s ) : void
WriteLineObject ( object o ) : void
WriteLineProperties ( TextWriter w, string name, object objects ) : void
WriteLineProperty ( TextWriter w, string name, object o ) : void
WriteObject ( TextWriter w, object o ) : void
WriteObjectToString ( object o, bool isInline ) : void
WriteProperty ( TextWriter w, string name, object o ) : bool
WriteProperty ( string name, object o ) : void

비공개 메소드들

메소드 설명
CrashLogWriter ( TextWriter w ) : System
WriteLineObjectToString ( TextWriter w, object o, bool isInline ) : void
WriteObjectToString ( TextWriter w, object o, bool isInline ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

WriteException() 공개 메소드

public WriteException ( Exception e ) : void
e System.Exception
리턴 void

WriteException() 공개 정적인 메소드

public static WriteException ( TextWriter w, object ex ) : void
w System.IO.TextWriter
ex object
리턴 void

WriteIndented() 공개 정적인 메소드

public static WriteIndented ( TextWriter w, string s ) : void
w System.IO.TextWriter
s string
리턴 void

WriteLineException() 공개 정적인 메소드

public static WriteLineException ( TextWriter w, object ex ) : void
w System.IO.TextWriter
ex object
리턴 void

WriteLineIndented() 공개 정적인 메소드

public static WriteLineIndented ( TextWriter w, string s ) : void
w System.IO.TextWriter
s string
리턴 void

WriteLineObject() 공개 메소드

public WriteLineObject ( object o ) : void
o object
리턴 void

WriteLineProperties() 공개 정적인 메소드

public static WriteLineProperties ( TextWriter w, string name, object objects ) : void
w System.IO.TextWriter
name string
objects object
리턴 void

WriteLineProperty() 공개 정적인 메소드

public static WriteLineProperty ( TextWriter w, string name, object o ) : void
w System.IO.TextWriter
name string
o object
리턴 void

WriteObject() 공개 정적인 메소드

public static WriteObject ( TextWriter w, object o ) : void
w System.IO.TextWriter
o object
리턴 void

WriteObjectToString() 공개 메소드

public WriteObjectToString ( object o, bool isInline ) : void
o object
isInline bool
리턴 void

WriteProperty() 공개 정적인 메소드

public static WriteProperty ( TextWriter w, string name, object o ) : bool
w System.IO.TextWriter
name string
o object
리턴 bool

WriteProperty() 공개 메소드

public WriteProperty ( string name, object o ) : void
name string
o object
리턴 void