Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
helper_Log.Log.style Class Reference

Static Public Attributes

str BOLD = "\033[01m"
 
str BLACK = "\033[30m"
 
str RED = "\033[31m"
 
str GREEN = "\033[32m"
 
str YELLOW = "\033[33m"
 
str BLUE = "\033[34m"
 
str MAGENTA = "\033[35m"
 
str CYAN = "\033[36m"
 
str WHITE = "\033[37m"
 
str UNDERLINE = "\033[4m"
 
str RESET = "\033[0m"
 

Member Data Documentation

◆ BLACK

str helper_Log.Log.style.BLACK = "\033[30m"
static

◆ BLUE

str helper_Log.Log.style.BLUE = "\033[34m"
static

◆ BOLD

str helper_Log.Log.style.BOLD = "\033[01m"
static

◆ CYAN

str helper_Log.Log.style.CYAN = "\033[36m"
static

◆ GREEN

str helper_Log.Log.style.GREEN = "\033[32m"
static

◆ MAGENTA

str helper_Log.Log.style.MAGENTA = "\033[35m"
static

◆ RED

str helper_Log.Log.style.RED = "\033[31m"
static

◆ RESET

str helper_Log.Log.style.RESET = "\033[0m"
static

◆ UNDERLINE

str helper_Log.Log.style.UNDERLINE = "\033[4m"
static

◆ WHITE

str helper_Log.Log.style.WHITE = "\033[37m"
static

◆ YELLOW

str helper_Log.Log.style.YELLOW = "\033[33m"
static

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