Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerFactory ¶
type LoggerFactory interface { NewLogger(enabled bool) string GetLogger(logID string) ScriptLog Print(logID string, a ...interface{}) Printf(logID string, format string, a ...interface{}) Println(logID string, a ...interface{}) Output(logID string) string }
func LogFactoryInst ¶
func LogFactoryInst() LoggerFactory
Click to show internal directories.
Click to hide internal directories.