Versions in this module Expand all Collapse all v0 v0.0.2 Nov 8, 2023 v0.0.1 Nov 7, 2023 Changes in this version + type Logger struct + func MakeLogger(categories string, prefix string, timestamp bool) *Logger + func (l *Logger) HasCategory(cat string) bool + func (l *Logger) Log(cat string, args ...string)