//
pkg.gl
Category
github.com/crossle/libsignal-protocol-go
logger
package
0.0.0-20240409064527-53561edbcaeb
Repository:
https://github.com/crossle/libsignal-protocol-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
6
Files
114 SLOC
#
Functions
Configure
Configure allows arbitrary logger configuration settings.
Debug
Debug prints debug level logs.
Error
Error prints error level logs.
Info
Info prints info level logs.
Setup
Setup will configure the shared logger to use the provided logger.
Warning
Warning prints warning level logs.
#
Variables
Logger
Logger is a shared loggable interface that this library will use for all log messages.
#
Interfaces
Loggable
Loggable is an interface for logging.