Documentation ¶
Index ¶
- type SessLogger
- func (l *SessLogger) AutoClose() *SessLogger
- func (l *SessLogger) Clear()
- func (l *SessLogger) Close()
- func (l *SessLogger) Debug(format string, v ...interface{})
- func (l *SessLogger) Debugf(format string, v ...interface{})
- func (l *SessLogger) Error(format string, v ...interface{})
- func (l *SessLogger) Errorf(format string, v ...interface{})
- func (l *SessLogger) Info(format string, v ...interface{})
- func (l *SessLogger) Infof(format string, v ...interface{})
- func (l *SessLogger) Warn(format string, v ...interface{})
- func (l *SessLogger) Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessLogger ¶
type SessLogger struct {
// contains filtered or unexported fields
}
func New ¶
func New(name string) *SessLogger
func (*SessLogger) Clear ¶
func (l *SessLogger) Clear()
func (*SessLogger) Close ¶
func (l *SessLogger) Close()
func (*SessLogger) Debug ¶
func (l *SessLogger) Debug(format string, v ...interface{})
func (*SessLogger) Debugf ¶
func (l *SessLogger) Debugf(format string, v ...interface{})
func (*SessLogger) Error ¶
func (l *SessLogger) Error(format string, v ...interface{})
func (*SessLogger) Errorf ¶
func (l *SessLogger) Errorf(format string, v ...interface{})
func (*SessLogger) Info ¶
func (l *SessLogger) Info(format string, v ...interface{})
func (*SessLogger) Infof ¶
func (l *SessLogger) Infof(format string, v ...interface{})
func (*SessLogger) Warn ¶
func (l *SessLogger) Warn(format string, v ...interface{})
func (*SessLogger) Warnf ¶
func (l *SessLogger) Warnf(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.