Scarab
v2.4.8
Project 8 C++ Utility Library
library
test
test_time.cc
Go to the documentation of this file.
1
/*
2
* test_time.cc
3
*
4
* Created on: Jan 15, 2018
5
* Author: obla999
6
*/
7
8
#include "
time.hh
"
9
10
#include "
logger.hh
"
11
12
LOGGER
( timelog,
"test_time"
);
13
14
int
main
()
15
{
16
LINFO
( timelog,
scarab::get_formatted_now
() );
17
return
0;
18
}
19
20
main
int main()
Definition:
test_time.cc:14
logger.hh
Contains the logger class and macros, based on Kasper's KLogger class.
LINFO
#define LINFO(...)
Definition:
logger.hh:367
scarab::get_formatted_now
std::string get_formatted_now()
Definition:
time.cc:21
time.hh
LOGGER
LOGGER(timelog, "test_time")
Generated by
1.8.13