Home
last modified time | relevance | path

Searched defs:SG_LOG (Results 1 – 2 of 2) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/debug/
H A Dlogstream.hxx204 # define SG_LOG(C,P,M) do { if((P) == SG_POPUP) SG_LOGX(C,P,M) } while(0) macro
208 # define SG_LOG(C,P,M) SG_LOGX(C,P,M) macro
/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A Dprops.hxx31 # define SG_LOG(type, level, message) (type) ? (std::cerr <<message << endl) : (std::cout <<messa… macro