Releases: IAmMoltony/libmtnlog
Releases · IAmMoltony/libmtnlog
2.7.2
2.7.1
Fixed memory leaks in these functions:
mtnlogVMessageTag
mtnlogMessageCInternal
mtnlogMessageTagCInternal
2.7
Added support for Visual Studio 2010 (and maybe for other old compilers as a side effect)
Fixed asprintf
warning when compiling with MinGW
2.6
Added MSVC support
2.5.2
Use __FILE_NAME__
instead of __FILE__
in context logging functions (mtnlogMessageC
and mtnlogMessageTagC
) if available.
2.5.1
Fixed memory leak in mtnlogVMessage
Removed redundant check in mtnlogInit
2.5
Added log callback - now you can set a function that runs after a message has been logged
2.4.1
Fixed mtnlogCheckColor
reporting that xterm
and wsvt25
don't support color
2.4
Added function for toggling timestamps in console: mtnlogConsoleTimestamps
Fixed mtnlogInit
opening log file if file output is disabled
2.3.1
Added return 0;
at the end of test code