Searched refs:DebugType (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLoggerConsole.cpp34 bool CLogger::IsEnabled(DebugType /*type*/) const
47 AddLogLine(file, line, critical, static_cast<DebugType>(0), msg);
55 DebugType /* type */,
74 DebugType /*type*/,
H A DLogger.h33 enum DebugType enum
133 CDebugCategory( DebugType type, const wxString& name )
157 DebugType GetType() const { return m_type; }
163 DebugType m_type;
179 bool IsEnabled( DebugType ) const;
181 bool IsEnabled( DebugType ) const { return false; }
187 void SetEnabled( DebugType type, bool enabled );
201 * Logs the specified line of text, prefixed with the name of the DebugType.
218 DebugType type,
228 DebugType typ
[all...]
H A DLogger.cpp88 bool CLogger::IsEnabled( DebugType type ) const
105 void CLogger::SetEnabled( DebugType type, bool enabled )
124 DebugType type,
170 DebugType type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp52 enum DebugType {}; enum
57 void AddLogLine(const wxString& /*file*/, int /*line*/, bool /*critical*/, DebugType /*type*/, const wxString& str, bool /*toStdout*/, bool /*toGUI*/);
60 void CLogger::AddLogLine(const wxString& /*file*/, int /*line*/, bool /*critical*/, DebugType /*type*/, const wxString& str, bool /*toStdout*/, bool /*toGUI*/)

Completed in 102 milliseconds