plugins

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

derp-zerolog

This microscopic plugin for the Derp error reporting library writes errors to your application's ZeroLog logs

Usage
// Import the plugin
import plugin "github.com/benpate/hannibal-sigs-w3ctest/derp-zerolog"

// Register the plugin with Derp
derp.Plugins.Add(plugin.Zerolog{})

// Yay! Now derp.Report will write errors to zerolog.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Zerolog

type Zerolog struct{}

Zerolog outputs errors to the zerolog logger.

func (Zerolog) Report

func (zerolog Zerolog) Report(err error)

Report implements the `derp.Plugin` interface, which allows the Console to be called by the derp.Report() method.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL