bingobot/internal
Piper Pentagram 665717d9e7 Make logging package usage less tedious
Before, we were exposing a Logger as logging.Log. This works, but
results in code calling Logger.Log.Info() which is a little wordy.

Instead, the logger is now kept private and we expose Info, Warn and
Error as public functions that wrap logger.Info, logger.Warn and
logger.Error.
2024-11-08 14:33:57 -08:00
..
config move config & logging packages into internal submodules 2024-11-06 16:01:38 -08:00
logging Make logging package usage less tedious 2024-11-08 14:33:57 -08:00
state Internal event state tracking and Pub/Sub model 2024-11-07 12:43:38 -08:00