C# Class NuBot.Diagnostics.ConsoleLog

Inheritance: INuBotLog
Afficher le fichier Open project: nubot/nubot

Méthodes publiques

Méthode Description
ConsoleLog ( ) : System
Write ( LogLevel level, string format ) : void

Private Methods

Méthode Description
GetForegroundColor ( LogLevel level ) : ConsoleColor

Method Details

ConsoleLog() public méthode

public ConsoleLog ( ) : System
Résultat System

Write() public méthode

public Write ( LogLevel level, string format ) : void
level LogLevel
format string
Résultat void