C# 클래스 LazerTagHostLibrary.Log

파일 보기 프로젝트 열기: astrospark/LazerTagHost

공개 메소드들

메소드 설명
Add ( Severity severity, string format ) : void
Add ( string message, Exception ex ) : void
GetExceptionMessageRecursive ( Exception ex ) : string
GetExceptionMessageRecursive ( Exception ex, string separator ) : string

비공개 메소드들

메소드 설명
OnEntryAdded ( Entry entry ) : void

메소드 상세

Add() 공개 정적인 메소드

public static Add ( Severity severity, string format ) : void
severity Severity
format string
리턴 void

Add() 공개 정적인 메소드

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

GetExceptionMessageRecursive() 공개 정적인 메소드

public static GetExceptionMessageRecursive ( Exception ex ) : string
ex System.Exception
리턴 string

GetExceptionMessageRecursive() 공개 정적인 메소드

public static GetExceptionMessageRecursive ( Exception ex, string separator ) : string
ex System.Exception
separator string
리턴 string