Skip to content

dadamitskiy/Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log Build status

Trello Feature Board: https://trello.com/b/pO2yKzYp/log

Log is a logging system designed for ease of use and functionality.

To use the system:

  1. Declare a log category with DA_LOG_CATEGORY().
  2. Log info to that category with DA_LOG().

See Example.cpp for a demonstration of system use.