Documentation
¶
Index ¶
- func AssertErrorContains(t *testing.T, haystack error, needle string)
- type Log
- func (c *Log) AssertMessage(msg string)
- func (c *Log) Debug(args ...interface{})
- func (c *Log) Debugf(format string, args ...interface{})
- func (c *Log) Error(args ...interface{})
- func (c *Log) ErrorWriter() io.Writer
- func (c *Log) Errorf(format string, args ...interface{})
- func (c *Log) Format(format string, args ...interface{}) string
- func (c *Log) Info(args ...interface{})
- func (c *Log) Infof(format string, args ...interface{})
- func (c *Log) Log(args ...interface{})
- func (c *Log) Logf(format string, args ...interface{})
- func (c *Log) SubLogger() sdk.Logger
- func (c *Log) Success(args ...interface{})
- func (c *Log) Successf(format string, args ...interface{})
- func (c *Log) Warn(args ...interface{})
- func (c *Log) Warnf(format string, args ...interface{})
- func (c *Log) Write(data []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Log ¶
func (*Log) AssertMessage ¶
AssertMessage checks if message has been logged
func (*Log) ErrorWriter ¶
Click to show internal directories.
Click to hide internal directories.