Skip to content

Releases: AndreLaranjeira/MessageLogger

v1.1.0

13 Nov 19:31
6f6b19d
Compare
Choose a tag to compare

Version 1.1.0

  • Configurable color scheme for the Message Logger;
  • Project documentation;
  • Added copyright information directly to files;
  • Improved function prototypes;
  • General refactoring;

Bug fixes

22 Sep 00:32
eceed82
Compare
Choose a tag to compare
  • Fixed bug regarding logger private variables;

Fixed color reset bugs

13 Sep 18:23
e1cb1fd
Compare
Choose a tag to compare
  • 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

10 Jun 19:50
ed39ae9
Compare
Choose a tag to compare

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.