C# 클래스 HA4IoT.Contracts.Logging.Log

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
Error ( Exception exception, string message ) : void
Info ( string message ) : void
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

메소드 상세

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Verbose() 공개 정적인 메소드

public static Verbose ( string message ) : void
message string
리턴 void

Warning() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

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