C# Class SteamBot.Log

Afficher le fichier Open project: natoshi/steamdogebot

Méthodes publiques

Свойство Type Description
DefaultConsoleColor ConsoleColor
OutputToConsole LogLevel

Protected Properties

Свойство Type Description
_Bot string
_FileStream System.IO.StreamWriter

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
_LogColor ( LogLevel level ) : ConsoleColor
_LogLevel ( LogLevel level ) : string
_OutputLine ( LogLevel level, string line ) : void
_OutputLineToConsole ( LogLevel level, string line ) : void

Method Details

Debug() public méthode

public Debug ( string data ) : void
data string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( string data ) : void
data string
Résultat void

Info() public méthode

public Info ( string data ) : void
data string
Résultat void

Interface() public méthode

public Interface ( string data ) : void
data string
Résultat void

Log() public méthode

public Log ( string logFile, string botName = "", LogLevel output = LogLevel.Info ) : System
logFile string
botName string
output LogLevel
Résultat System

Success() public méthode

public Success ( string data ) : void
data string
Résultat void

Warn() public méthode

public Warn ( string data ) : void
data string
Résultat void

_LogColor() protected méthode

protected _LogColor ( LogLevel level ) : ConsoleColor
level LogLevel
Résultat ConsoleColor

_LogLevel() protected méthode

protected _LogLevel ( LogLevel level ) : string
level LogLevel
Résultat string

_OutputLine() protected méthode

protected _OutputLine ( LogLevel level, string line ) : void
level LogLevel
line string
Résultat void

_OutputLineToConsole() protected méthode

protected _OutputLineToConsole ( LogLevel level, string line ) : void
level LogLevel
line string
Résultat void

Property Details

DefaultConsoleColor public_oe property

public ConsoleColor DefaultConsoleColor
Résultat ConsoleColor

OutputToConsole public_oe property

public LogLevel OutputToConsole
Résultat LogLevel

_Bot protected_oe property

protected string _Bot
Résultat string

_FileStream protected_oe property

protected StreamWriter,System.IO _FileStream
Résultat System.IO.StreamWriter