Code formatting
This commit is contained in:
parent
ef8bd6ac1f
commit
4d15e59d4c
41 changed files with 472 additions and 475 deletions
|
@ -12,10 +12,10 @@ type Logger interface {
|
|||
SetLogFile(prefix string)
|
||||
}
|
||||
type LoggerImpl struct {
|
||||
Type int
|
||||
AllowOnConsole bool
|
||||
LogFileName *os.File
|
||||
next Logger
|
||||
Type int
|
||||
AllowOnConsole bool
|
||||
LogFileName *os.File
|
||||
next Logger
|
||||
}
|
||||
|
||||
func (l *LoggerImpl) SetNext(logType Logger) {
|
||||
|
|
Reference in a new issue