C# 클래스 Library.Log

파일 보기 프로젝트 열기: Alliance-Network/Library

공개 메소드들

메소드 설명
Error ( Exception exception ) : void
Error ( string value ) : void
Information ( Exception exception ) : void
Information ( string value ) : void
Warning ( Exception exception ) : void
Warning ( string value ) : void

비공개 메소드들

메소드 설명
FromException ( Exception exception ) : string
LogEventHandler ( LogEventArgs e ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( Exception exception ) : void
exception System.Exception
리턴 void

Error() 공개 정적인 메소드

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

Information() 공개 정적인 메소드

public static Information ( Exception exception ) : void
exception System.Exception
리턴 void

Information() 공개 정적인 메소드

public static Information ( string value ) : void
value string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( Exception exception ) : void
exception System.Exception
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string value ) : void
value string
리턴 void