package
3.2.0
Repository: https://github.com/canonical/jimm.git
Documentation: pkg.go.dev

# Functions

NewGoCheckLogger create a logger to be used by the gocheck test library.
NewGormLogger returns a gorm logger.Interface that can be used in a test All output is logged to the test.
SetupLogger sets up the default logger.

# Structs

GormLogger is an implementation of gorm's logger.Interface that logs using zapctx.
HTTPLogFormatter is an implementation of chimiddleware.LogFormatter.
MigrationLogger provides a logger for use with DB migrations.

# Interfaces

A Tester is the test interface required by gorm for the logger.