class documentation

class GbpLogger(logging.Logger):

View In Hierarchy

Logger class for git-buildpackage

Method __init__ Undocumented
Method set_color Set/unset colorized output of the default handlers
Method set_color_scheme Set the color scheme of the default handlers
Method set_format Set the format of the default handlers
Instance Variable _default_handlers Undocumented
def __init__(self, name, color='auto', *args, **kwargs):

Undocumented

def set_color(self, color):

Set/unset colorized output of the default handlers

def set_color_scheme(self, color_scheme={}):

Set the color scheme of the default handlers

def set_format(self, fmt):

Set the format of the default handlers

_default_handlers =

Undocumented