C# 클래스 Utilities.Logging

파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider

공개 프로퍼티들

프로퍼티 타입 설명
LogFile string

공개 메소드들

메소드 설명
Debug ( string data, [ memberName = "", [ filePath = "" ) : void
Error ( Exception ex, [ memberName = "", [ filePath = "" ) : void
Error ( string message, Exception ex, [ memberName = "", [ filePath = "" ) : void
Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void
Info ( string data, [ memberName = "", [ filePath = "" ) : void
Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void
Warn ( string data, [ memberName = "", [ filePath = "" ) : void

비공개 메소드들

메소드 설명
log ( string path, string method, string level, string data ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
리턴 void

Error() 공개 정적인 메소드

public static Error ( Exception ex, [ memberName = "", [ filePath = "" ) : void
ex System.Exception
memberName [
filePath [
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message, Exception ex, [ memberName = "", [ filePath = "" ) : void
message string
ex System.Exception
memberName [
filePath [
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void
message string
data string
memberName [
filePath [
리턴 void

Info() 공개 정적인 메소드

public static Info ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
리턴 void

Report() 공개 정적인 메소드

public static Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void
message string
data string
memberName [
filePath [
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string data, [ memberName = "", [ filePath = "" ) : void
data string
memberName [
filePath [
리턴 void

프로퍼티 상세

LogFile 공개적으로 정적으로 프로퍼티

public static string LogFile
리턴 string