Skip to content

Commit 98ae362

Browse files
committed
fix: typo
1 parent 9964a03 commit 98ae362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logging/logger.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ func (l *Logger) header(severity string) string {
8282
return fmt.Sprintf("%-*s [%*s] %s ### ", l.severitySpacing, severity, l.nameSpacing, l.name, l.extend)
8383
}
8484

85-
func (l *Logger) IdDebug() bool {
85+
func (l *Logger) IsDebug() bool {
8686
return l.debug
8787
}
8888

89-
func (l *Logger) IdTrace() bool {
89+
func (l *Logger) IsTrace() bool {
9090
return l.trace
9191
}

0 commit comments

Comments
 (0)