Documentation
¶
Overview ¶
Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SugarLogger ¶
type SugarLogger struct { *zap.SugaredLogger // contains filtered or unexported fields }
func (*SugarLogger) SetLogLevel ¶
func (l *SugarLogger) SetLogLevel(level string) error
func (*SugarLogger) Warning ¶
func (l *SugarLogger) Warning(v ...interface{})
func (*SugarLogger) Warningf ¶
func (l *SugarLogger) Warningf(format string, v ...interface{})
func (*SugarLogger) With ¶
func (l *SugarLogger) With(args ...interface{}) *SugarLogger
Click to show internal directories.
Click to hide internal directories.