Documentation ¶ Index ¶ func Default(name string) logger.Logger func NewLogger(opts ...logger.Option) *logrusLogger func WithFormatter(formatter logrus.Formatter) logger.Option func WithReportCall(reportCall bool) logger.Option type Option type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Default ¶ func Default(name string) logger.Logger func NewLogger ¶ func NewLogger(opts ...logger.Option) *logrusLogger func WithFormatter ¶ func WithFormatter(formatter logrus.Formatter) logger.Option func WithReportCall ¶ func WithReportCall(reportCall bool) logger.Option Types ¶ type Option ¶ type Option func(*Options) type Options ¶ type Options struct { logger.Options // contains filtered or unexported fields } Source Files ¶ View all Source files logrus.go options.go Directories ¶ Show internal Expand all Path Synopsis formatters hooks elasticsearch rotates simple Click to show internal directories. Click to hide internal directories.