|
|
|||
File indexing completed on 2026-04-10 07:49:27
0001 #pragma once 0002 #include "CSG_API_EXPORT.hh" 0003 0004 #define CSG_LOG__ { CSG_LOG::Initialize(SLOG::instance->prefixlevel_parse( info, "CSG"), plog::get(), NULL ); } 0005 0006 #define CSG_LOG_ { CSG_LOG::Initialize(plog::get()->getMaxSeverity(), plog::get(), NULL ); } 0007 class CSG_API CSG_LOG { 0008 public: 0009 static void Initialize(int level, void* app1, void* app2 ); 0010 static void Check(const char* msg); 0011 }; 0012
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|