Simple colored logging classes

Variable LOGGER Undocumented
Variable COLORS Undocumented
Variable DEFAULT_COLOR_SCHEME Undocumented
Class GbpFilter Filter for enabling selective output
Class GbpStreamHandler Special stream handler for enabling colored output
Class GbpLogger Logger class for git-buildpackage
Function err Logs a message with level ERROR on the GBP logger
Function error Undocumented
Function warn Logs a message with level WARNING on the GBP logger
Function warning Undocumented
Function info Logs a message with level INFO on the GBP logger
Function debug Logs a message with level DEBUG on the GBP logger
Function getLogger Gbp-specific function
Function setup Basic logger setup
Function initialize Initialize the logger module
Function _parse_color_scheme Set logging colors
LOGGER =
Undocumented
COLORS =
Undocumented
DEFAULT_COLOR_SCHEME =
Undocumented
def err(msg):

Logs a message with level ERROR on the GBP logger

def error(msg):
Undocumented
def warn(msg):

Logs a message with level WARNING on the GBP logger

def warning(msg):
Undocumented
def info(msg):

Logs a message with level INFO on the GBP logger

def debug(msg):

Logs a message with level DEBUG on the GBP logger

def _parse_color_scheme(color_scheme=""""""):

Set logging colors

def getLogger(*args, **kwargs):

Gbp-specific function

def setup(color, verbose, color_scheme=""""""):

Basic logger setup

def initialize():

Initialize the logger module

API Documentation for git-buildpackage, generated by pydoctor at 2021-05-14 08:50:00.