log

package
v0.0.0-...-7b7d9d0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package log is a custom wrapper over logger so that a global configuration can be set and used across all the packages Use this instead of the standard library "log" package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(args ...interface{})

Debug ...

func Debugf

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

Debugf ...

func Error

func Error(args ...interface{})

Error ...

func Errorf

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

Errorf ...

func Fatal

func Fatal(args ...interface{})

Fatal ...

func Fatalf

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

Fatalf ...

func Info

func Info(args ...interface{})

Info ...

func Infof

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

Infof ...

func Init

func Init(level string, path string)

Init ...

func Warn

func Warn(args ...interface{})

Warn ...

func Warnf

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

Warnf ...

Types

This section is empty.

Jump to

Keyboard shortcuts

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