C# Class FileFind.Meshwork.Logging.ConsoleCrayon

Datei anzeigen Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ResetColor ( ) : void

Private Methods

Method Description
DetectXtermColors ( ) : void
GetAnsiColorControlCode ( ConsoleColor colour, bool isForeground ) : string
GetAnsiResetControlCode ( ) : string
SetColor ( ConsoleColor color, bool isForeground ) : void
TranslateColor ( ConsoleColor desired, bool &light ) : int
_isatty ( int fd ) : int
isatty ( int fd ) : bool

Method Details

ResetColor() public static method

public static ResetColor ( ) : void
return void