Searched refs:AddLogLineNS (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp128 AddLogLineNS(_("Failed to open ED2KLinks file."));
326 AddLogLineNS(wxT("Daemon will fork to background - log to stdout disabled")); // localization not active yet
329 AddLogLineNS(wxT("Logging to stdout enabled"));
333 AddLogLineNS(wxT("Initialising ") + FullMuleVersion);
345 AddLogLineNS(CFormat(wxT("Your settings have been reset to default values.\nThe old config file has been saved as %s.backup\n")) % m_configFile);
379 AddLogLineNS(wxT("Checking if there is an instance already running..."));
386 AddLogLineNS(CFormat(wxT("(lock file: %s%s)")) % ConfigDir % lockfile);
388 AddLogLineNS(CFormat(wxT("passed %d %s to it, finished")) % linksActuallyPassed
403 AddLogLineNS(wxT("Raising current running instance."));
410 AddLogLineNS(wx
[all...]
H A Damule.cpp239 AddLogLineNS(_("Now, exiting main app..."));
258 AddLogLineNS(CFormat(_("Terminating amuleweb instance with pid '%ld' ... ")) % webserver_pid);
261 AddLogLineNS(CFormat(_("Killing amuleweb instance with pid '%ld' ... ")) % webserver_pid);
263 AddLogLineNS(_("Failed"));
269 AddLogLineNS(_("aMule OnExit: Terminating core."));
335 AddLogLineNS(_("aMule shutdown completed."));
339 AddLogLineNS(_("Memory debug results for aMule exit:"));
342 //AddLogLineNS(wxT("**************Classes**************");
344 //AddLogLineNS(wxT("***************Dump***************");
346 AddLogLineNS(wx
[all...]
H A DBaseClient.cpp514 AddLogLineNS(CFormat(wxT("Hello type packet processing with eMule ports UDP=%i KAD=%i")) % m_nUDPPort % m_nKadPort);
522 AddLogLineNS(CFormat(wxT("Hello type packet processing with eMule BuddyIP=%u (%s)")) % m_nBuddyIP % Uint32toStringIP(m_nBuddyIP));
531 AddLogLineNS(CFormat(wxT("Hello type packet processing with eMule BuddyPort=%u")) % m_nBuddyPort);
562 AddLogLineNS(wxT("Hello type packet processing with eMule Misc Options:"));
563 AddLogLineNS(CFormat(wxT("m_byUDPVer = %i")) % m_byUDPVer);
564 AddLogLineNS(CFormat(wxT("m_byDataCompVer = %i")) % m_byDataCompVer);
565 AddLogLineNS(CFormat(wxT("m_bySupportSecIdent = %i")) % m_bySupportSecIdent);
566 AddLogLineNS(CFormat(wxT("m_bySourceExchangeVer = %i")) % m_bySourceExchange1Ver);
567 AddLogLineNS(CFormat(wxT("m_byExtendedRequestsVer = %i")) % m_byExtendedRequestsVer);
568 AddLogLineNS(CForma
[all...]
H A DLogger.h418 #define AddLogLineNS(...) do {} while (false) macro
432 #define AddLogLineNS(string) theLogger.AddLogLine(__TFILE__, __LINE__, false, logStandard, string, true) macro
H A DMuleUDPSocket.cpp171 AddLogLineNS(wxT("Unknown ip receiving a UDP packet! Ignoring: '") + addr.IPAddress() + wxT("'"));
174 AddLogLineNS(wxT("Unknown port receiving a UDP packet! Ignoring"));
H A Damuled.cpp615 AddLogLineNS(_("amuled: OnInit - starting timer"));
630 AddLogLineNS(_("amuled: forking to background - see you"));
661 AddLogLineNS(_("Cannot Create Pid File"));
H A DListenSocket.cpp65 AddLogLineNS(_("ListenSocket: Ok."));
H A DSafeFile.cpp548 AddLogLineNS(CFormat(wxT("CFileDataIO::WriteTag: Unknown tag: type=0x%02X")) % tag.GetType());
553 AddLogLineNS(wxT("Exception in CDataIO:WriteTag"));
H A DSearchList.cpp670 AddLogLineNS(CFormat(wxT("Search parsing result for \"%s\": %i"))
675 AddLogLineNS(CFormat(wxT("Error %u: %s\n")) % i % _astrParserErrors[i]);
692 AddLogLineNS(mes);
693 AddLogLineNS(CFormat(wxT("Expression count: %i")) % _SearchExpr.m_aExpr.GetCount());
699 AddLogLineNS(CFormat(wxT("Parameters: %i")) % parametercount);
H A DDownloadQueue.cpp103 AddLogLineNS(CFormat(_("Saving PartFile %u of %u")) % (i + 1) % m_filelist.size());
106 AddLogLineNS(_("All PartFiles Saved."));
113 AddLogLineNS(CFormat(_("Loading temp files from %s.")) % path.GetPrintable());
132 AddLogLineNS(CFormat(_("Loading PartFile %u of %u")) % (i + 1) % files.size());
163 AddLogLineNS(_("All PartFiles Loaded."));
H A DPrefsUnifiedDlg.cpp350 AddLogLineNS(CFormat(_("Failed to connect Cfg to widget with the ID %d and key %s"))
399 AddLogLineNS(CFormat(_("Failed to transfer data from Cfg to Widget with the ID %d and key %s"))
534 AddLogLineNS(CFormat(_("Failed to transfer data from Widget to Cfg with the ID %d and key %s"))
H A DPartFileConvert.cpp156 AddLogLineNS(_("Waiting for partfile convert thread to die..."));
H A DServerConnect.cpp645 AddLogLineNS(_("Received late result of DNS lookup, discarding."));
H A DSharedFileList.cpp332 AddLogLineNS(CFormat(_("Adding file %s to shares"))
410 AddLogLineNS(CFormat(_("Shared directory not found, skipping: %s"))
H A Damule-remote-gui.cpp268 AddLogLineNS(_("Going to event loop..."));
294 AddLogLineNS(_("Connecting..."));
309 AddLogLineNS(_("Remote GUI EC event handler"));
316 AddLogLineNS(_("Going down"));
H A DPartFile.cpp897 AddLogLineNS(CFormat( _("ERROR while saving partfile: %s (%s ==> %s)") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearchManager.cpp133 AddLogLineNS(CFormat(_("Keyword for search: %s")) % wstrKeyword);

Completed in 216 milliseconds