Releases: DarkAssassin23/Function_Logger
Releases · DarkAssassin23/Function_Logger
Function Logger v1.0.1
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
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.