logger

package
v0.0.54 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func CatchPanic added in v0.0.19

func CatchPanic(location string)

CatchPanic - Handle panic

func CatchPanicCallback added in v0.0.19

func CatchPanicCallback(location string, cb func(err any))

CatchPanic - Handle panic

func Debug

func Debug(template string, args ...interface{})

func Error

func Error(template string, args ...interface{})

func HandlePanic added in v0.0.49

func HandlePanic(methodName string, r any) error

HandlePanic logs a panic and returns it as an error This should be called with the result of recover() from a deferred function Example usage:

defer func() {
    if r := recover(); r != nil {
        err = logger.HandlePanic("MethodName", r)
    }
}()

func Info

func Info(template string, args ...interface{})

func Init

func Init(dev bool)

func UpdateLogger

func UpdateLogger(config *zap.Config)

func Warn

func Warn(template string, args ...interface{})

Types

This section is empty.

Jump to

Keyboard shortcuts

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