package
0.8.0
Repository: https://github.com/baldomo/webapi-dav.git
Documentation: pkg.go.dev

# Functions

Chiude il logger, termina eventuale scrittura su disco.
Critical logs a message using CRITICAL as log level.
Debug logs a message using DEBUG as log level.
Debugf logs a message using DEBUG as log level and a format string.
Error logs a message using ERROR as log level.
Errorf logs a message using ERROR as log level and a format string.
Middleware http per loggare su disco/terminale le richieste.
Fatal is equivalent to l.Critical(fmt.Sprint()) followed by a call to os.Exit(1).
Fatalf is equivalent to l.Critical followed by a call to os.Exit(1).
Info logs a message using INFO as log level.
Infof logs a message using INFO as log level and a format string.
Inizializza il logger interno: esegue setup di log su disco e/o su terminale secondo la configurazione.
Notice logs a message using NOTICE as log level.
Noticef logs a message using NOTICE as log level and a format string.
Panic is equivalent to l.Critical(fmt.Sprint()) followed by a call to panic().
Panicf is equivalent to l.Critical followed by a call to panic().
Warning logs a message using WARNING as log level.
Warningf logs a message using WARNING as log level and a format string.