fakes

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: May 17, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeLogger

type FakeLogger struct {
	DebugStub func(tag, msg string, args ...interface{})

	DebugWithDetailsStub func(tag, msg string, args ...interface{})

	InfoStub func(tag, msg string, args ...interface{})

	WarnStub func(tag, msg string, args ...interface{})

	ErrorStub func(tag, msg string, args ...interface{})

	ErrorWithDetailsStub func(tag, msg string, args ...interface{})

	HandlePanicStub func(tag string)

	ToggleForcedDebugStub func()

	FlushStub func() error

	FlushTimeoutStub func(time.Duration) error
	// contains filtered or unexported fields
}

func (*FakeLogger) Debug