Fortune for tracemac's current commit: Future blessing − 末吉master
parent
5e7df7a9ef
commit
d681471216
@ -0,0 +1,12 @@
|
||||
#include <trace.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
Trace::printf<TRACE_LEVEL_DEBUG>("hello world");
|
||||
|
||||
Trace::Info("Info");
|
||||
Trace::Warn("Warning: {}", 123);
|
||||
Trace::Error("Error!: {}", "Error");
|
||||
Trace::Fatal("Fatal error: {}", "terminating");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in new issue