|
|
|||
File indexing completed on 2026-04-09 07:49:18
0001 // name=slog_lite_test ; gcc $name.cc -std=c++11 -lstdc++ -I.. -I$OPTICKS_PREFIX/externals/plog/include -o /tmp/$name && slog_lite=info /tmp/$name 0002 0003 #include "slog.h" 0004 0005 int main(int argc, char** argv) 0006 { 0007 plog::Severity level = slog::envlevel("slog_lite", "DEBUG" ); 0008 0009 std::cout << slog::Desc(level) ; 0010 std::cout << slog::Dump() ; 0011 0012 0013 return 0 ; 0014 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|