C# 클래스 Recurity.Swf.Log

Provides a log mechanism for thze Swf library
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
Debug ( object o, Exception e ) : void

Debug ( object o, String s ) : void

Error ( object o, Exception e ) : void

Error ( object o, string s ) : void

EscapeNonPrintables ( String s ) : String

Replaces non printable characters by dots

Info ( object o, Exception e ) : void

Info ( object o, string s ) : void

Warn ( object o, Exception e ) : void

Warn ( object o, string s ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( object o, Exception e ) : void
o object
e System.Exception
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( object o, String s ) : void
o object
s String
리턴 void

Error() 공개 정적인 메소드

public static Error ( object o, Exception e ) : void
o object
e System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( object o, string s ) : void
o object
s string
리턴 void

EscapeNonPrintables() 공개 정적인 메소드

Replaces non printable characters by dots
public static EscapeNonPrintables ( String s ) : String
s String
리턴 String

Info() 공개 정적인 메소드

public static Info ( object o, Exception e ) : void
o object
e System.Exception
리턴 void

Info() 공개 정적인 메소드

public static Info ( object o, string s ) : void
o object
s string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( object o, Exception e ) : void
o object
e System.Exception
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( object o, string s ) : void
o object
s string
리턴 void