//
pkg.gl
Category
github.com/cs3org/reva/v2
pkg
logger
package
2.27.7
Repository:
https://github.com/cs3org/reva.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
7
Dependents
14
Files
126 SLOC
#
Functions
InitLoggerOrDie
No description provided by the author
New
New creates a new logger.
ParseLogConfOrDie
No description provided by the author
WithLevel
WithLevel is an option to configure the logging level.
WithWriter
WithWriter is an option to configure the logging output.
#
Constants
ConsoleMode
ConsoleMode outputs human-readable logs.
JSONMode
JSONMode outputs JSON.
#
Structs
LogConf
No description provided by the author
#
Type aliases
Mode
Mode changes the logging format.
Option
Option is the option to use to configure the logger.