Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogWriterIfc ¶
type LogWriterIfc interface {
Log(format string, a ...interface{})
}
type StdOutLogWriter ¶
type StdOutLogWriter struct{}
func NewStdOutLogWriter ¶
func NewStdOutLogWriter() *StdOutLogWriter
Make a new LogWriter for StdOut
func (StdOutLogWriter) Log ¶
func (r StdOutLogWriter) Log(format string, a ...interface{})
Click to show internal directories.
Click to hide internal directories.