Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorValues ¶
type LogWrapper ¶
type LogWrapper struct { // DatabaseFilePath is the sqlite database file path DatabaseFilePath string // Verbose if true, show SQL queries for inserting Logs and Errors in SQLite database Verbose bool }
func (LogWrapper) ProcessError ¶
func (LogWrapper) ProcessError(errMessage string) *ErrorValues
func (LogWrapper) ProcessLog ¶
func (LogWrapper) ProcessLog(logMessage string) *LogValues
func (LogWrapper) RegisterErr ¶
func (lw LogWrapper) RegisterErr(errorValues *ErrorValues) error
func (LogWrapper) RegisterLog ¶
func (lw LogWrapper) RegisterLog(logValues *LogValues) error
Click to show internal directories.
Click to hide internal directories.