Skip to content

Releases: DarkAssassin23/Function_Logger

Function Logger v1.0.1

04 Sep 03:16
67a80b7
Compare
Choose a tag to compare

Function Logger

Updates

  • Added native C++ support without having to call extern "C" in .cpp files or files compiled with the C++ compiler

When using C++, you no longer have to use extern "C" when including as seen here:

extern "C" {
#include "log.h"
}

You can now just do:

#include "log.h"

Function Logger v1.0.0

13 Jul 00:58
0601851
Compare
Choose a tag to compare

Function Logger

Release Date: 7/12/2023

About

  • The first release of Function Logger, a cross-platform library, written in C, to log information from the runtime of a program and output it to a file and/or the console.