Releases: AndreLaranjeira/MessageLogger
Releases · AndreLaranjeira/MessageLogger
v1.1.0
Bug fixes
- Fixed bug regarding logger private variables;
Fixed color reset bugs
- Fixed a bug where color background was not reset properly;
- Fixed a bug where font intensity was not reset properly;
- Changed internal commands to color background and text;
Initial release
Initial release of the message logger with the following features:
- Five different types of messages with context fields: message, success, warning, error and info.
- Public functions to color the text and the background, giving the programmer greater flexibility.
- Optional configuration to store logged messages in a separate file.
- Configurable time format for messages logged in a file.
- Thread-safe message logging.