Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TraceLog is the logger to be used for trace log. TraceLog = logger(os.Stderr, "UTIL_GO_DATABASE_SQL_DDL_TRACE", "TRACE: ") // DebugLog is the logger to be used for debug log. DebugLog = logger(os.Stderr, "UTIL_GO_DATABASE_SQL_DDL_DEBUG", "DEBUG: ") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.