1. merge conflict update

This commit is contained in:
xiachengjia 2018-11-13 15:52:21 +08:00
parent 804b9126c5
commit d5e8a4f452
1 changed files with 0 additions and 5 deletions

View File

@ -377,11 +377,6 @@ func (logger *Logger) Unlock() {
logger.mu.Unlock() logger.mu.Unlock()
} }
func (logger *Logger) SetOutput(out io.Writer) {
logger.mu.Lock()
defer logger.mu.Unlock()
logger.Out = out
}
// GetLevel returns the logger level. // GetLevel returns the logger level.
func (logger *Logger) GetLevel() Level { func (logger *Logger) GetLevel() Level {