C# 클래스 GreenQloud.Logger

파일 보기 프로젝트 열기: greenqloud/qloudsync

공개 메소드들

메소드 설명
LogEvent ( string type, Event e ) : void
LogInfo ( string type, Exception e ) : void
LogInfo ( string type, string message, bool useData = true ) : void

메소드 상세

LogEvent() 공개 정적인 메소드

public static LogEvent ( string type, Event e ) : void
type string
e GreenQloud.Model.Event
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string type, Exception e ) : void
type string
e System.Exception
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( string type, string message, bool useData = true ) : void
type string
message string
useData bool
리턴 void