Skip to content

Crum6le/LogLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogLib

Library to log your projects

Compile

To compile the library execute:

cd TriLib
mkdir build/win64
cd build/win64

cmake ../.. -G "<INSERT_BUILDSYSTEM_HERE>"
make

Make sure to install cmake,make,gcc for this to work.

Documentation

Initialize the log:

Log(std::string Path);

Write to log:

.write(std::string message, SeverityLevel Level,[std::string Code]);

About

Library to log your projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published