Documentation
¶
Index ¶
- type SysLogger
- func (s *SysLogger) Debug(args ...interface{})
- func (s *SysLogger) DebugH(httpContext *model.HttpContext, args ...interface{})
- func (s *SysLogger) DebugHf(httpContext *model.HttpContext, template string, args ...interface{})
- func (s *SysLogger) Debugf(template string, args ...interface{})
- func (s *SysLogger) Error(args ...interface{})
- func (s *SysLogger) ErrorH(httpContext *model.HttpContext, args ...interface{})
- func (s *SysLogger) ErrorHf(httpContext *model.HttpContext, template string, args ...interface{})
- func (s *SysLogger) Errorf(template string, args ...interface{})
- func (s *SysLogger) Info(args ...interface{})
- func (s *SysLogger) InfoH(httpContext *model.HttpContext, args ...interface{})
- func (s *SysLogger) InfoHf(httpContext *model.HttpContext, template string, args ...interface{})
- func (s *SysLogger) Infof(template string, args ...interface{})
- func (s *SysLogger) Init()
- func (s *SysLogger) InitLogger() *SysLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysLogger ¶
type SysLogger struct {
// contains filtered or unexported fields
}
func CreateLogger ¶
func GetMQLogger ¶
func GetMQLogger() *SysLogger
func GetRequestResponseLogger ¶
func GetRequestResponseLogger() *SysLogger
func (*SysLogger) DebugH ¶
func (s *SysLogger) DebugH(httpContext *model.HttpContext, args ...interface{})
func (*SysLogger) DebugHf ¶
func (s *SysLogger) DebugHf(httpContext *model.HttpContext, template string, args ...interface{})
func (*SysLogger) ErrorH ¶
func (s *SysLogger) ErrorH(httpContext *model.HttpContext, args ...interface{})
func (*SysLogger) ErrorHf ¶
func (s *SysLogger) ErrorHf(httpContext *model.HttpContext, template string, args ...interface{})
func (*SysLogger) InfoH ¶
func (s *SysLogger) InfoH(httpContext *model.HttpContext, args ...interface{})
func (*SysLogger) InfoHf ¶
func (s *SysLogger) InfoHf(httpContext *model.HttpContext, template string, args ...interface{})
func (*SysLogger) InitLogger ¶
Click to show internal directories.
Click to hide internal directories.