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
- Host: GitHub
- URL: https://github.com/immanuel-c/ilog
- Owner: Immanuel-C
- License: mit
- Created: 2022-02-21T17:06:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T20:52:19.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:49:25.668Z (over 1 year ago)
- Topics: c, cpp, loggers
- Language: C
- Homepage:
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

# 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.