gbp.log module documentationgbp
Simple colored logging classes
| 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 | warn | Logs a message with level WARNING on the GBP logger |
| 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 | setup | Basic logger setup |
| Variable | LOGGER | Undocumented |
| Function | _parse_color_scheme | Set logging colors |