C# 클래스 NuBot.Diagnostics.LogExtensions

파일 보기 프로젝트 열기: nubot/nubot

공개 메소드들

메소드 설명
Debug ( this log, string format ) : void
Error ( this log, string format ) : void
Fatal ( this log, string format ) : void
Information ( this log, string format ) : void
Verbose ( this log, string format ) : void
Warning ( this log, string format ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( this log, string format ) : void
log this
format string
리턴 void

Error() 공개 정적인 메소드

public static Error ( this log, string format ) : void
log this
format string
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( this log, string format ) : void
log this
format string
리턴 void

Information() 공개 정적인 메소드

public static Information ( this log, string format ) : void
log this
format string
리턴 void

Verbose() 공개 정적인 메소드

public static Verbose ( this log, string format ) : void
log this
format string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( this log, string format ) : void
log this
format string
리턴 void