Categorygithub.com/morrocker/log
modulepackage
1.0.2
Repository: https://github.com/morrocker/log.git
Documentation: pkg.go.dev

# README

log

simple repositoryfor prettier and easier logging

# Functions

Alert works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
AlertD same as Alert(), but will only print when the debug options is set.
Alert works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
AlertD same as Alert(), but will only print when the debug options is set.
AlertV same as Alert(), but will only print when verbose or debug options are set.
AlertV same as Alert(), but will only print when verbose or debug options are set.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
Error works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
ErrorD same as Error(), but will only print when the debug options is set.
Error works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
ErrorD same as Error(), but will only print when the debug options is set.
ErrorV same as Error(), but will only print when verbose or debug options are set.
ErrorV same as Error(), but will only print when verbose or debug options are set.
Info works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
InfoD same as Info(), but will only print when the debug options is set.
Info works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
InfoD same as Info(), but will only print when the debug options is set.
InfoV same as Info(), but will only print when verbose or debug options are set.
InfoV same as Info(), but will only print when verbose or debug options are set.
New returns an initialized Logger interface.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
NoticeD same as Notice(), but will only print when the debug options is set.
Notice works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
NoticeD same as Notice(), but will only print when the debug options is set.
NoticeV same as Notice(), but will only print when verbose or debug options are set.
NoticeV same as Notice(), but will only print when verbose or debug options are set.
OutputToFile sets the log to be printed to a file instead of StdOut.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Task works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
TaskD same as Task(), but will only print when the debug options is set.
Task works like a fmt.Printf however it adds, datetime, a prefix label and a return at the end.
TaskD same as Task(), but will only print when the debug options is set.
TaskV same as Task(), but will only print when verbose or debug options are set.
TaskV same as Task(), but will only print when verbose or debug options are set.
ToggleTimestamp enables/disables timestamp on log.
TogglePreNote enables/disables timestamp on log.
ToggleTimestamp enables/disables timestamp on log.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author