Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { // Term is the logger used to log messages to the console, use this for // any logging the user should see Term log.Logger // File is the logger used to log messages to the vlogs directory, use // this for any internal logging the user doesn't need to see File log.Logger }
Logger represents a logger for the application
Click to show internal directories.
Click to hide internal directories.