log

package
v0.0.0-...-5a544cf Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package log is wrapper for logging

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(args ...interface{})

Debug level logging

func Debugd

func Debugd(id uint64, args ...interface{})

Debugd level logging with id

func Debugf

func Debugf(format string, args ...interface{})

Debugf debug-level logging with format

func Debugfd

func Debugfd(id uint64, format string, args ...interface{})

Debugfd debug-level logging with format and id

func Error

func Error(args ...interface{})

Error level logging

func Errord

func Errord(id uint64, args ...interface{})

Errord level logging with id

func Errorf

func Errorf(format string, args ...interface{})

Errorf error-level logging with format

func Errorfd

func Errorfd(id uint64, format string, args ...interface{})

Errorfd error-level logging with format and id

func Fatal

func Fatal(args ...interface{})

Fatal level logging and os.Exit

func Fatald

func Fatald(id uint64, args ...interface{})

Fatald level logging with id

func Fatalf

func Fatalf(format string, args ...interface{})

Fatalf fatal-level logging with format

func Fatalfd

func Fatalfd(id uint64, format string, args ...interface{})

Fatalfd fatal-level logging with format and id

func Info

func Info(args ...interface{})

Info level logging

func Infod

func Infod(id uint64, args ...interface{})

Infod level logging with id

func Infof

func Infof(format string, args ...interface{})

Infof info-level logging with format

func Infofd

func Infofd(id uint64, format string, args ...interface{})

Infofd info-level logging with format and id

func Panic

func Panic(args ...interface{})

Panic level logging and panic

func Panicd

func Panicd(id uint64, args ...interface{})

Panicd level logging with id

func Panicf

func Panicf(format string, args ...interface{})

Panicf panic-level logging with format

func Panicfd

func Panicfd(id uint64, format string, args ...interface{})

Panicfd panic-level logging with format and id

func Warn

func Warn(args ...interface{})

Warn level logging

func Warnd

func Warnd(id uint64, args ...interface{})

Warnd level logging with id

func Warnf

func Warnf(format string, args ...interface{})

Warnf warn-level logging with format

func Warnfd

func Warnfd(id uint64, format string, args ...interface{})

Warnfd warn-level logging with format and id

Types

This section is empty.

Jump to

Keyboard shortcuts

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