log4r Basics
- {log4r} vs {base} vs {cli}
- {base} message/warning/error have least structure.
- {cli} adds structure for human readability.
- {log4r} adds structure that’s useful for a stream of events (timestamp, etc)
- The object created via
logger()
defines where things go & how they look.