loggy

package module
v0.0.0-...-2636abc Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2016 License: MIT Imports: 4 Imported by: 0

README

Documentation

Overview

Package loggy is used to standardize some of the logging within Travix

http://godoc.org/github.com/Travix-International/loggy

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loggy

type Loggy log.Logger

Loggy : entry point for logging functionality

func Create

func Create(minLevel string) *Loggy

Create : Create a new logger

func (*Loggy) Debug

func (l *Loggy) Debug(v ...interface{})

Debug : write a debg message to the log

func (*Loggy) Debugf

func (l *Loggy) Debugf(format string, v ...interface{})

Debugf : write a debg message to the log

func (*Loggy) Error

func (l *Loggy) Error(v ...interface{})

Error : write an error to the log

func (*Loggy) Errorf

func (l *Loggy) Errorf(format string, v ...interface{})

Errorf : write an error to the log

func (*Loggy) Warn

func (l *Loggy) Warn(v ...interface{})

Warn : write a warning to the log

func (*Loggy) Warnf

func (l *Loggy) Warnf(format string, v ...interface{})

Warnf : write a warning to the log

Jump to

Keyboard shortcuts

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