Turnstone Operating System
Loading...
Searching...
No Matches
clipboard.ColorFormatter Class Reference
Inheritance diagram for clipboard.ColorFormatter:

Public Member Functions

def format (self, record)
 

Static Public Attributes

dictionary COLORS
 
string RESET = "\033[0m"
 

Member Data Documentation

◆ COLORS

dictionary clipboard.ColorFormatter.COLORS
static
Initial value:
= {
"DEBUG": "\033[90m", # Gray
"INFO": "\033[0m", # Default color
"WARNING": "\033[33m", # Orange (Yellow)
"ERROR": "\033[31m", # Red
"CRITICAL": "\033[41m" # Red background for critical messages
}

The documentation for this class was generated from the following file: