An open API service indexing awesome lists of open source software.

https://github.com/immanuel-c/ilog

A Simple Logger, For people that don't want bloated libraries
https://github.com/immanuel-c/ilog

c cpp loggers

Last synced: about 1 month ago
JSON representation

A Simple Logger, For people that don't want bloated libraries

Awesome Lists containing this project

README

          

# ILog
The ILog is for people who need a simple logger. **Currently for windows and linux only.**
This logger is for C/C++.

This repo is under the MIT license, so you can modify this as much as you want and repost the code.

[ILog Docs](https://immanuel-c.github.io/ILog/)

# Issues

No currently known issues

If you find any issues please report them in the issues tab

# ILog Example:
![github image](https://github.com/Imaaaaaaaaaaaaaaan/IcLogger/blob/main/Example_ILog.PNG)

# Building ILog into a DLL

define `ILOG_BUILD_DLL` in your preprocessor defines. Also define `ILOG_DLL` in preprocessor defines and the client applications preprocessor defines.