8 Commits

Author SHA1 Message Date
9c978c4773
initial implementation of logging with an abstracted logger 2025-02-24 23:12:15 -08:00
0face72fd4
initial re-implementation of basic debugging 2025-02-24 22:44:06 -08:00
afff3d1161
removed all logging due to broken implementation - known good state 2025-02-24 21:48:51 -08:00
252fdf4db1
improved logging, added docs, better help support, much improved instancing, pip installable 2025-02-24 14:26:48 -08:00
6817437380
chore: prepare release 1.0.1 2025-02-24 11:17:23 -08:00
3cd3e98094
Release version 1.0.0 2025-02-24 11:08:25 -08:00
4a3a82826d
feat(logging): Enhance logging system with colored identifiers and error handling
- Add colored and right-aligned bot identifiers in logs with consistent column width
- Implement unique color assignment for each bot instance (falls back to hash-based when colors exhausted)
- Add padding system to maintain uniform column alignment across all bot instances
- Redirect asif library logs to ERROR.log file
- Add ERROR.log to .gitignore
- Improve log formatting with timestamps and bot identifiers
- Implement dynamic column width adjustment when new bots join
2025-02-23 09:02:46 -08:00
eca2b4f873
initial commit 2025-02-23 00:55:11 -08:00