logger

package
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package logger is used for logging.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultLogger

func DefaultLogger(out io.Writer, level logging.Level, module string) I.Logger

DefaultLogger returns a logging.Logger with a specific logging format.

Types

type DeploymentLogger

type DeploymentLogger struct {
	Log  I.Logger
	UUID string
}

func (DeploymentLogger) Debug

func (l DeploymentLogger) Debug(args ...interface{})

func (DeploymentLogger) Debugf

func (l DeploymentLogger) Debugf(str string, args ...interface{})

func (DeploymentLogger) Error

func (l DeploymentLogger) Error(args ...interface{})

func (DeploymentLogger) Errorf

func (l DeploymentLogger) Errorf(str string, args ...interface{})

func (DeploymentLogger) Fatal

func (l DeploymentLogger) Fatal(args ...interface{})

func (DeploymentLogger) Info

func (l DeploymentLogger) Info(args ...interface{})

func (DeploymentLogger) Infof

func (l DeploymentLogger) Infof(str string, args ...interface{})

Jump to

Keyboard shortcuts

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