Searched refs:applog (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.5/
H A DMakefile4 applog.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.cpp201 applog = new wxFFileOutputStream(name);
202 bool ret = applog->Ok();
215 delete applog;
216 applog = NULL;
275 if (applog) { // Wait with output until logfile is actually opened
277 (*applog) << stream;
278 applog->Sync();
H A DLogger.h274 applog = NULL;
280 class wxFFileOutputStream* applog; // the logfile member in class:CLogger

Completed in 59 milliseconds