Documentation
¶
Overview ¶
Package logrus provides a logger that writes to a github.com/sirupsen/logrus.Logger and implements the golang.ngrok.com/ngrok/log.Logger interface.
Adapted from the github.com/jackc/pgx logrus adapter.
Index ¶
Constants ¶
View Source
const ( LogLevelTrace = 6 LogLevelDebug = 5 LogLevelInfo = 4 LogLevelWarn = 3 LogLevelError = 2 LogLevelNone = 1 )
Log level constants matching the ones in golang.ngrok.com/ngrok/log
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.