Codebase list golang-github-ngaut-log / 1bb76bf
Import upstream version 0.0~git20180314.0.b8e36e7 Debian Janitor 2 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
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) {