master
action: fix github sync
feat: v0.2.0 — level filtering, colors auto/override, time format, caller, JSON, file toggle, examples, README - add SetLevel() with early guard to drop low levels - colors: auto via TTY/NO_COLOR/FORCE_COLOR + WithColors(bool) - time: WithTimeFormat(layout) - caller: WithCaller(bool) → file:line - JSON mode: WithJSON() (writes JSON lines to file) - file sink control: DisableFile()/EnableFile(path) - remove global default logger shortcuts to keep API explicit - examples: basic, caller, json - README: TL;DR, levels table, options, best practices; install v0.2.
Initial commit
feat, docs: switch to functional-options API for NewLogger, update README.md
Add basic realisation and test
refact: change main file name