Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(args ...interface{}) Info(args ...interface{}) Warn(args ...interface{}) Error(args ...interface{}) }
func CreateLogger ¶
type LogrusLogger ¶
type LogrusLogger struct {
// contains filtered or unexported fields
}
func CreateLogrusLogger ¶
func CreateLogrusLogger() *LogrusLogger
func (*LogrusLogger) Debug ¶
func (l *LogrusLogger) Debug(args ...interface{})
func (*LogrusLogger) Error ¶
func (l *LogrusLogger) Error(args ...interface{})
func (*LogrusLogger) Info ¶
func (l *LogrusLogger) Info(args ...interface{})
func (*LogrusLogger) Warn ¶
func (l *LogrusLogger) Warn(args ...interface{})
type ZapLogger ¶
type ZapLogger struct {
// contains filtered or unexported fields
}
func CreateZapLogger ¶
func CreateZapLogger() *ZapLogger
Click to show internal directories.
Click to hide internal directories.