gbp.log
module documentationgbp
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 |