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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.cpp40 CDebugCategory g_debugcats[] = {
41 CDebugCategory( logGeneral, wxT("General") ),
42 CDebugCategory( logHasher, wxT("Hasher") ),
43 CDebugCategory( logClient, wxT("ED2k Client") ),
44 CDebugCategory( logLocalClient, wxT("Local Client Protocol") ),
45 CDebugCategory( logRemoteClient, wxT("Remote Client Protocol") ),
46 CDebugCategory( logPacketErrors, wxT("Packet Parsing Errors") ),
47 CDebugCategory( logCFile, wxT("CFile") ),
48 CDebugCategory( logFileIO, wxT("FileIO") ),
49 CDebugCategory( logZLi
[all...]
H A DLogger.h124 class CDebugCategory class
133 CDebugCategory( DebugType type, const wxString& name ) function in class:CDebugCategory
241 const CDebugCategory& GetDebugCategory( int index );
H A DPreferences.cpp1350 const CDebugCategory& cat = theLogger.GetDebugCategory( i );
1388 const CDebugCategory& cat = theLogger.GetDebugCategory( i );

Completed in 81 milliseconds