Codebase list golang-github-ngaut-log / 7598e3b5-174e-48a7-840f-3dbb985e6ba2/main
New upstream snapshot. Debian Janitor 2 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ngaut-log (0.0~git20180314.0.b8e36e7-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Wed, 09 Jun 2021 14:46:20 -0000
5
06 golang-github-ngaut-log (0.0~git20170307.0.d2af3a6-5) unstable; urgency=medium
17
28 * QA upload.
156156
157157 func (l *logger) SetHighlighting(highlighting bool) {
158158 l.highlighting = highlighting
159 }
160
161 func (l *logger) SetFlags(flags int) {
162 l._log.SetFlags(flags)
159163 }
160164
161165 func (l *logger) SetLevel(level LogLevel) {