Updated Javadocs:
- Fixed Errors in Javadocs.
- Updated readability of Javadocs.
- Introduced LoggerOutputSnippets class.
- Introduced ExceptionStringSnippets class.
- Introduced ILoggerContextColor class.
- Declaration is now done via a singleton
Updated declaration parameters:
from:
ColorfulLogger(String modId, boolean hideDebug)
To:
ColorfulLogger(String modId, boolean showDebug)
Colorful Logger Lib v1.0.2
Library is now independent from Fabric, meaning it can be used on ANY version as long as your modding platform uses `org.slf4j.Logger`!
Previous versions have been discontinued, please refrain from using them as they are no longer listed or supported. However, this version and future versions will maintain their versions being listed.


