C# 클래스 YetAnotherRelogger.Helpers.DebugHelper

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 메소드들

메소드 설명
Exception ( Exception exception, Loglevel level = Loglevel.Debug ) : void
Write ( BotClass bot, string message ) : void
Write ( BotClass bot, string message, string caller ) : void
Write ( string message ) : void
Write ( string message, string caller ) : void

메소드 상세

Exception() 공개 정적인 메소드

public static Exception ( Exception exception, Loglevel level = Loglevel.Debug ) : void
exception System.Exception
level Loglevel
리턴 void

Write() 공개 정적인 메소드

public static Write ( BotClass bot, string message ) : void
bot BotClass
message string
리턴 void

Write() 공개 정적인 메소드

public static Write ( BotClass bot, string message, string caller ) : void
bot BotClass
message string
caller string
리턴 void

Write() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

public static Write ( string message, string caller ) : void
message string
caller string
리턴 void