Documentation ¶
Index ¶
Constants ¶
View Source
const Flags = log.Ldate | log.Ltime | log.Lmicroseconds | log.LUTC
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerFactory ¶
type LoggerFactory struct {
// contains filtered or unexported fields
}
func (*LoggerFactory) New ¶
func (l *LoggerFactory) New() *log.Logger
func (*LoggerFactory) NewWithContext ¶
func (l *LoggerFactory) NewWithContext(ctx context.Context) *log.Logger
func (*LoggerFactory) NewWithRequestID ¶
func (l *LoggerFactory) NewWithRequestID() *log.Logger
Click to show internal directories.
Click to hide internal directories.