Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OmniLogger ¶
type OmniLogger struct { // Messages stores logs for a single Omnivore session. Messages []string FileOutput *os.File // contains filtered or unexported fields }
var (
OmniLog *OmniLogger
)
func (*OmniLogger) Error ¶
func (o *OmniLogger) Error(format string, args ...interface{})
func (*OmniLogger) Fatal ¶
func (o *OmniLogger) Fatal(format string, args ...interface{})
func (*OmniLogger) Info ¶
func (o *OmniLogger) Info(format string, args ...interface{})
func (*OmniLogger) Init ¶
func (o *OmniLogger) Init()
func (*OmniLogger) Warn ¶
func (o *OmniLogger) Warn(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.