C# 클래스 SteamBot.Log

파일 보기 프로젝트 열기: natoshi/steamdogebot

공개 프로퍼티들

프로퍼티 타입 설명
DefaultConsoleColor ConsoleColor
OutputToConsole LogLevel

보호된 프로퍼티들

프로퍼티 타입 설명
_Bot string
_FileStream System.IO.StreamWriter

공개 메소드들

메소드 설명
Debug ( string data ) : void
Dispose ( ) : void
Error ( string data ) : void
Info ( string data ) : void
Interface ( string data ) : void
Log ( string logFile, string botName = "", LogLevel output = LogLevel.Info ) : System
Success ( string data ) : void
Warn ( string data ) : void

보호된 메소드들

메소드 설명
_LogColor ( LogLevel level ) : ConsoleColor
_LogLevel ( LogLevel level ) : string
_OutputLine ( LogLevel level, string line ) : void
_OutputLineToConsole ( LogLevel level, string line ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string data ) : void
data string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Error() 공개 메소드

public Error ( string data ) : void
data string
리턴 void

Info() 공개 메소드

public Info ( string data ) : void
data string
리턴 void

Interface() 공개 메소드

public Interface ( string data ) : void
data string
리턴 void

Log() 공개 메소드

public Log ( string logFile, string botName = "", LogLevel output = LogLevel.Info ) : System
logFile string
botName string
output LogLevel
리턴 System

Success() 공개 메소드

public Success ( string data ) : void
data string
리턴 void

Warn() 공개 메소드

public Warn ( string data ) : void
data string
리턴 void

_LogColor() 보호된 메소드

protected _LogColor ( LogLevel level ) : ConsoleColor
level LogLevel
리턴 ConsoleColor

_LogLevel() 보호된 메소드

protected _LogLevel ( LogLevel level ) : string
level LogLevel
리턴 string

_OutputLine() 보호된 메소드

protected _OutputLine ( LogLevel level, string line ) : void
level LogLevel
line string
리턴 void

_OutputLineToConsole() 보호된 메소드

protected _OutputLineToConsole ( LogLevel level, string line ) : void
level LogLevel
line string
리턴 void

프로퍼티 상세

DefaultConsoleColor 공개적으로 프로퍼티

public ConsoleColor DefaultConsoleColor
리턴 ConsoleColor

OutputToConsole 공개적으로 프로퍼티

public LogLevel OutputToConsole
리턴 LogLevel

_Bot 보호되어 있는 프로퍼티

protected string _Bot
리턴 string

_FileStream 보호되어 있는 프로퍼티

protected StreamWriter,System.IO _FileStream
리턴 System.IO.StreamWriter