Versions in this module Expand all Collapse all v0 v0.1.3 Jan 21, 2023 Changes in this version + const AppLogger + const AuthLogger + const ByteCodeLogger + const CLILogger + const CompilerLogger + const DBLogger + const DebugLogger + const DefaultTableFormat + const InfoLogger + const InternalLogger + const JSONFormat + const JSONIndentPrefix + const JSONIndentSpacer + const JSONIndentedFormat + const NoSuchLogger + const OptimizerLogger + const RestLogger + const SQLLogger + const ServerLogger + const SymbolLogger + const TableLogger + const TextFormat + const TokenLogger + const TraceLogger + const UserLogger + var LogRetainCount = -1 + var LogTimeStampFormat string + var OutputFormat = TextFormat + var QuietMode = false + func Active(class int, mode bool) bool + func ActiveLoggers() string + func CurrentLogFile() string + func IsActive(class int) bool + func IsConsolePipe() bool + func Log(class int, format string, args ...interface{}) + func LoggerByClass(class int) string + func LoggerByName(loggerName string) int + func LoggerNames() []string + func OpenLogFile(userLogFileName string, withTimeStamp bool) error + func Prompt(p string) string + func PromptPassword(p string) string + func PurgeLogs() int + func RollOverLog() + func SaveLastLog() error + func Say(format string, args ...interface{}) + func Tail(count int, session int) []string + func WriteLog(class int, format string, args ...interface{})