C# Класс SharpLog.Desktop.ColoredConsoleLogger

Наследование: SynchronousFormattableLogger
Показать файл Открыть проект

Открытые методы

Метод Описание
Format ( string text, LogLevel level, string callerName ) : string
SetGlobalTextColor ( ConsoleColor color ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
Execute ( LogLevel level, string text, string callerName ) : void

Приватные методы

Метод Описание
GetColor ( LogLevel level ) : ConsoleColor

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Execute() защищенный Метод

protected Execute ( LogLevel level, string text, string callerName ) : void
level LogLevel
text string
callerName string
Результат void

Format() публичный Метод

public Format ( string text, LogLevel level, string callerName ) : string
text string
level LogLevel
callerName string
Результат string

SetGlobalTextColor() публичный Метод

public SetGlobalTextColor ( ConsoleColor color ) : void
color ConsoleColor
Результат void