C# 클래스 NuBot.Diagnostics.ConsoleLog

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

공개 메소드들

메소드 설명
ConsoleLog ( ) : System
Write ( LogLevel level, string format ) : void

비공개 메소드들

메소드 설명
GetForegroundColor ( LogLevel level ) : ConsoleColor

메소드 상세

ConsoleLog() 공개 메소드

public ConsoleLog ( ) : System
리턴 System

Write() 공개 메소드

public Write ( LogLevel level, string format ) : void
level LogLevel
format string
리턴 void