package
module
Version:
v0.0.0-...-2636abc
Opens a new window with list of versions in this module.
Published: Aug 24, 2016
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
Package loggy is used to standardize some of the logging within Travix
http://godoc.org/github.com/Travix-International/loggy
Loggy : entry point for logging functionality
Create : Create a new logger
func (l *Loggy) Debug(v ...interface{})
Debug : write a debg message to the log
func (l *Loggy) Debugf(format string, v ...interface{})
Debugf : write a debg message to the log
func (l *Loggy) Error(v ...interface{})
Error : write an error to the log
func (l *Loggy) Errorf(format string, v ...interface{})
Errorf : write an error to the log
func (l *Loggy) Warn(v ...interface{})
Warn : write a warning to the log
Warnf : write a warning to the log
Source Files
¶
Click to show internal directories.
Click to hide internal directories.