Discover Packages
github.com/svanas/nefertiti
logger
package
Version:
v0.0.193
Opens a new window with list of versions in this module.
Published: Dec 29, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Error(title, err, level, notifier)
ErrorEx(title, err, order, level, notifier)
Info(msg)
InfoEx(title, msg, level, notifier)
Warn(err)
WarnEx(title, err, level, notifier)
Types
Source Files
Documentation
Documentation
¶
func Error(title string, err error, level int64, notifier model.Notify)
func ErrorEx(title string, err error, order interface{}, level int64, notifier model.Notify)
func Info(msg string)
func InfoEx(title, msg string, level int64, notifier model.Notify)
func Warn(err error)
func WarnEx(title string, err error, level int64, notifier model.Notify)
send an error to StdOut *and* a notification to Pushover/Telegram
send an error to StdOut *and* a notification to Pushover/Telegram
before we send anything, marshal and then append order to the error (if we have any and the user has included --debug)
send a warning to StdOut *and* a notification to Pushover/Telegram
Source Files
¶
Click to show internal directories.
Click to hide internal directories.