C# 클래스 imBMW.Logger

파일 보기 프로젝트 열기: toxsedyshev/imBMW

공개 메소드들

메소드 설명
Error ( Exception ex, string message ) : void
Info ( string message, string priority = null ) : void

비공개 메소드들

메소드 설명
OnLogged ( LogItem item ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( Exception ex, string message ) : void
ex System.Exception
message string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string message, string priority = null ) : void
message string
priority string
리턴 void