Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 660 Bytes

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

Issues

No currently known issues

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

ILog Example:

github image

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.