C# 클래스 Wox.Infrastructure.Logger.Log

파일 보기 프로젝트 열기: Wox-launcher/Wox

공개 메소드들

메소드 설명
CallerType ( ) : string
Debug ( string msg ) : void
Debug ( string type, string msg ) : void
Error ( string msg ) : void
Fatal ( System e ) : void
Info ( string msg ) : void
Info ( string type, string msg ) : void
Warn ( string msg ) : void

비공개 메소드들

메소드 설명
Error ( System e, string msg ) : void
Exception ( System e ) : void
Log ( ) : System.Diagnostics

메소드 상세

CallerType() 공개 정적인 메소드

public static CallerType ( ) : string
리턴 string

Debug() 공개 정적인 메소드

public static Debug ( string msg ) : void
msg string
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( string type, string msg ) : void
type string
msg string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string msg ) : void
msg string
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( System e ) : void
e System
리턴 void

Info() 공개 정적인 메소드

public static Info ( string msg ) : void
msg string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string type, string msg ) : void
type string
msg string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string msg ) : void
msg string
리턴 void