# Functions
Error behaves like fmt.Println but adds a prefix.
Errorf behaves like fmt.Printf but adds a prefix and newline.
LogError logs non-nil errors and returns whether the error was nil.
Warning behaves like fmt.Println but adds a prefix.
Warningf behaves like fmt.Printf but adds a prefix and newline.