Home
last modified time | relevance | path

Searched refs:cLogType (Results 1 – 2 of 2) sorted by relevance

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Daclogger.h60 void misc(const mstring & sLine, const char cLogType = 'M');
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Daclogger.cc185 void misc(const string & sLine, const char cLogType) in misc() argument
194 fStat << time(0) << '|' << cLogType << '|' << sLine << '\n'; in misc()