# Functions
CacheBust will log a formatted message for a cache bust operation to key with correct colors and cache operation indicator.
CacheEvict will log a formatted message for a cache evict operation to key with correct colors and cache operation indicator.
CacheRead will log a formatted message for a cache read operation to key with correct colors and cache operation indicator.
CacheSkip will log a formatted message for a cache skip operation to key with correct colors and cache operation indicator.
CacheWrite will log a formatted message for a cache write operation to key with correct colors and cache operation indicator.
Error will log err with the errorPrefix and correct icon.
HiMom will display a startup message with a presentation of used configuration.
Info will log msg with the infoPrefix and correct icon.
Initialize configures the logger service to use a log file from logFilepath or run in terminal mode.
Panic will log err with the errorPrefix and correct icon as well as stop execution.
Warn will log msg with the warnPrefix and correct icon.