Logo white

open_source / logger

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • logger
  • tests
  • logtest.h
  • Static Logger class - initial push
    13df26c3
    Steven authored
    2022-04-14 15:02:55 +0200  
    Browse Code ยป
logtest.h 141 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef LOGTEST_H
#define LOGTEST_H

#include "log.h"

class LogTest
{
public:
    LogTest();

    void writeTest();
};

#endif // LOGTEST_H