Documentation ¶ Index ¶ Variables func Init(traceHandle io.Writer, infoHandle io.Writer, warningHandle io.Writer, ...) Constants ¶ This section is empty. Variables ¶ View Source var ( // Trace requires a comment to not trigger the linter! Trace *log.Logger // Info shut up linter Info *log.Logger // Warning shut up linter Warning *log.Logger // Error shut up linter Error *log.Logger ) Functions ¶ func Init ¶ func Init( traceHandle io.Writer, infoHandle io.Writer, warningHandle io.Writer, errorHandle io.Writer) Init logger handlers Types ¶ This section is empty. Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.