Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 74) sorted by relevance

123

/glogg/glogg/src/
H A Dqtfilewatcher.cpp
H A Dkqueuewatchtowerdriver.cpp
H A Dwinwatchtowerdriver.cpp
H A Dinotifywatchtowerdriver.cpp
H A Ddbusexternalcom.cpp
H A Dquickfindmux.cpp
H A Dsavedsearches.cpp
H A Dfilterset.cpp
H A Dversionchecker.cpp
H A Dwatchtower.h
/glogg/src/
H A Dqtfilewatcher.cpp45 LOG(logDEBUG) << "QtFileWatcher::addFile " << fileName.toStdString(); in addFile()
56 LOG(logDEBUG) << "QtFileWatcher::addFile: file exists."; in addFile()
61 LOG(logDEBUG) << "QtFileWatcher::addFile: file doesn't exist."; in addFile()
66 LOG(logWARNING) << "QtFileWatcher::addFile " << fileName.toStdString() in addFile()
74 LOG(logDEBUG) << "QtFileWatcher::removeFile " << fileName.toStdString(); in removeFile()
86 LOG(logWARNING) << "QtFileWatcher::removeFile - The file is not watched!"; in removeFile()
91 LOG(logERROR) << "File still watched: " << str.toStdString(); in removeFile()
94 LOG(logERROR) << "Directories still watched: " << str.toStdString(); in removeFile()
104 LOG(logDEBUG) << "QtFileWatcher::fileChangedOnDisk " << filename.toStdString(); in fileChangedOnDisk()
115 LOG(logWARNING) << "QtFileWatcher::fileChangedOnDisk - call from Qt but no file monitored"; in fileChangedOnDisk()
[all …]
H A Dkqueuewatchtowerdriver.cpp57 LOG(logDEBUG) << "KQueueWatchTowerDriver::KQueueWatchTowerDriver breaking pipe monitored"; in KQueueWatchTowerDriver()
59 LOG(logERROR) << "KQueueWatchTowerDriver::KQueueWatchTowerDriver cannot add breaking pipe"; in KQueueWatchTowerDriver()
78LOG(logDEBUG) << "KQueueWatchTowerDriver::addFile new fd " << fd << " for file " << file_name; in addFile()
90 LOG(logDEBUG) << "KQueueWatchTowerDriver::addFile new kevent added for fd " << fd; in addFile()
92 LOG(logERROR) << "KQueueWatchTowerDriver::addFile cannot add file"; in addFile()
95 LOG(logERROR) << "KQueueWatchTowerDriver::addFile cannot open " << file_name; in addFile()
131 LOG(logDEBUG) << "KQueueWatchTowerDriver::addDir new fd " << fd << " for dir " << file_name; in addDir()
143 LOG(logDEBUG) << "KQueueWatchTowerDriver::addDir new kevent added for fd " << fd; in addDir()
145 LOG(logERROR) << "KQueueWatchTowerDriver::addDir cannot add file"; in addDir()
148 LOG(logERROR) << "KQueueWatchTowerDriver::addDir cannot open " << file_name; in addDir()
[all …]
H A Dwinwatchtowerdriver.cpp64 LOG(logDEBUG) << "Next: " << next_offset; in updateCurrentNotification()
65 LOG(logDEBUG) << "Action: " << action; in updateCurrentNotification()
66 LOG(logDEBUG) << "Length: " << length; in updateCurrentNotification()
110 LOG(logERROR) << "FileChangeToken::readFromFile: failed with " << err; in readFromFile()
130 LOG(logDEBUG) << "FileChangeToken::readFromFile: low_date_time_ " << low_date_time_; in readFromFile()
131 LOG(logDEBUG) << "FileChangeToken::readFromFile: high_date_time_ " << high_date_time_; in readFromFile()
135 LOG(logERROR) << "FileChangeToken::readFromFile: failed with " << err; in readFromFile()
203 LOG(logDEBUG) << "addDir returned " << dir_id.dir_record_; in addDir()
220 LOG(logDEBUG) << "Entering driver::removeDir"; in removeDir()
224 LOG(logDEBUG) << "WinWatchTowerDriver::removeDir handle=" << std::hex << handle; in removeDir()
[all …]
H A Dinotifywatchtowerdriver.cpp54 LOG(logDEBUG) << "INotifyWatchTower::addFile new inotify wd " << wd; in addFile()
64 LOG(logDEBUG) << "INotifyWatchTower::addFile new inotify symlink_wd " << symlink_wd; in addSymlink()
75 LOG(logDEBUG) << "INotifyWatchTower::addFile dir " << file_name in addDir()
100 LOG(logDEBUG) << "INotifyWatchTower::removeDir removing inotify wd " << dir_id.wd_; in removeDir()
134 LOG(logDEBUG) << "Pollin for inotify"; in waitAndProcessEvents()
139 LOG(logDEBUG) << "Read " << nb << " bytes"; in waitAndProcessEvents()
153 LOG(logWARNING) << "Error reading from inotify " << errno; in waitAndProcessEvents()
174 LOG(logDEBUG) << "Event received: 0x" << std::hex << event->mask; in processINotifyEvent()
180 LOG(logDEBUG) << "IN_MODIFY | IN_DELETE_SELF | IN_MOVE_SELF for wd " << event->wd; in processINotifyEvent()
188 LOG(logDEBUG) << "IN_CREATE | IN_MOVED_TO | IN_MOVED_FROM for wd " << event->wd in processINotifyEvent()
[all …]
H A Ddbusexternalcom.cpp31 LOG(logERROR) << "Cannot connect to the D-Bus session bus.\n" in DBusExternalCommunicator()
48 LOG(logERROR) << qPrintable(QDBusConnection::sessionBus().lastError().message()); in startListening()
53 LOG(logERROR) << qPrintable(QDBusConnection::sessionBus().lastError().message()); in startListening()
63LOG(logINFO) << "Cannot find external D-Bus correspondant, we are the only glogg out there."; in otherInstance()
80 LOG(logDEBUG) << "DBusInterfaceExternalCommunicator::loadFile()"; in loadFile()
100 LOG( logWARNING ) << "Invalid reply from D-Bus call: " in loadFile()
110 LOG( logWARNING ) << "Invalid reply from D-Bus call: " in getVersion()
H A Dquickfindmux.cpp44 LOG(logDEBUG) << "QuickFindMux::registerSelector"; in registerSelector()
62 LOG(logDEBUG) << "QuickFindMux::setDirection: new direction: " << direction; in setDirection()
71 LOG(logDEBUG) << "QuickFindMux::searchNext"; in searchNext()
80 LOG(logDEBUG) << "QuickFindMux::searchPrevious"; in searchPrevious()
89 LOG(logDEBUG) << "QuickFindMux::searchForward"; in searchForward()
97 LOG(logDEBUG) << "QuickFindMux::searchBackward"; in searchBackward()
109 LOG(logDEBUG) << "QuickFindMux::setNewPattern"; in setNewPattern()
174 LOG(logDEBUG) << "QuickFindMux::getSearchableWidget"; in getSearchableWidget()
181 LOG(logWARNING) << "QuickFindMux::getActiveSearchable() no registered selector"; in getSearchableWidget()
188 LOG(logDEBUG) << "QuickFindMux::registerSearchable"; in registerSearchable()
H A Dsavedsearches.cpp64 LOG(logDEBUG) << "<<operator from SavedSearches"; in operator <<()
73 LOG(logDEBUG) << ">>operator from SavedSearches"; in operator >>()
86 LOG(logDEBUG) << "SavedSearches::saveToStorage"; in saveToStorage()
103 LOG(logDEBUG) << "SavedSearches::retrieveFromStorage"; in retrieveFromStorage()
120 LOG(logERROR) << "Unknown version of FilterSet, ignoring it..."; in retrieveFromStorage()
125 LOG(logWARNING) << "Trying to import legacy (<=0.8.2) saved searches..."; in retrieveFromStorage()
129 LOG(logWARNING) << "...imported searches: " in retrieveFromStorage()
H A Dfilterset.cpp52 LOG(logDEBUG) << "New Filter, fore: " << foreColorName_.toStdString() in Filter()
107 LOG(logDEBUG) << "<<operator from Filter"; in operator <<()
117 LOG(logDEBUG) << ">>operator from Filter"; in operator >>()
155 LOG(logDEBUG) << "<<operator from FilterSet"; in operator <<()
163 LOG(logDEBUG) << ">>operator from FilterSet"; in operator >>()
175 LOG(logDEBUG) << "Filter::saveToStorage"; in saveToStorage()
185 LOG(logDEBUG) << "Filter::retrieveFromStorage"; in retrieveFromStorage()
195 LOG(logDEBUG) << "FilterSet::saveToStorage"; in saveToStorage()
212 LOG(logDEBUG) << "FilterSet::retrieveFromStorage"; in retrieveFromStorage()
229 LOG(logERROR) << "Unknown version of FilterSet, ignoring it..."; in retrieveFromStorage()
[all …]
H A Dversionchecker.cpp79 LOG(logDEBUG) << "VersionChecker::startCheck()"; in startCheck()
100 LOG(logDEBUG) << "Deadline not reached yet, next check in " in startCheck()
108 LOG(logDEBUG) << "VersionChecker::downloadFinished()"; in downloadFinished()
114 LOG(logDEBUG) << "Latest version is " << new_version.toStdString(); in downloadFinished()
117 LOG(logDEBUG) << "Sending new version notification"; in downloadFinished()
123 LOG(logWARNING) << "Download failed: err " << reply->error(); in downloadFinished()
166 LOG(logDEBUG) << "Current version: " << current_main_version; in isVersionNewer()
167 LOG(logDEBUG) << "New version: " << new_main_version; in isVersionNewer()
H A Dwatchtower.h145 LOG(logDEBUG) << "WatchTower::addFile " << file_name; in addFile()
167 LOG(logDEBUG) << "WatchTower::addFile dir for " << file_name in addFile()
179 LOG(logWARNING) << "WatchTower::addFile driver failed to add dir"; in addFile()
184 LOG(logDEBUG) << "WatchTower::addFile Found exisiting watch for dir " << file_name; in addFile()
193LOG(logDEBUG) << "WatchTower::addFile add extra callback for already monitored " << file_name; in addFile()
239 LOG(logDEBUG) << "WatchTower::removeNotification"; in removeNotification()
248 LOG(logDEBUG) << "WatchTower::removeNotification - remove the file"; in removeNotification()
265 LOG(logDEBUG) << "WatchTower::run: waitAndProcessEvents returned " in run()
283 LOG(logDEBUG) << "WatchTower::run: notifying the client!"; in run()
303 LOG(logDEBUG) << "WatchTower::run: " << file->file_name_; in run()
[all …]
/glogg/src/data/
H A Dlogdataworkerthread.cpp117 LOG(logDEBUG) << "FullIndex requested"; in indexAll()
133 LOG(logDEBUG) << "AddLines requested"; in indexAdditionalLines()
147 LOG(logDEBUG) << "Load interrupt requested"; in interrupt()
161 LOG(logDEBUG) << "Worker thread signaled"; in run()
174 LOG(logDEBUG) << "... finished copy in workerThread."; in run()
182 LOG(logERROR) << "Out of memory whilst indexing!"; in run()
277 LOG( logWARNING ) << in doIndex()
290 LOG(logWARNING) << "Cannot open file " << fileName_.toStdString(); in doIndex()
299 LOG(logDEBUG) << "FullIndexOperation::start(), file " in start()
302 LOG(logDEBUG) << "FullIndexOperation: Starting the count..."; in start()
[all …]
H A Dlogdata.cpp43 LOG(logDEBUG) << "Attaching " << filename_.toStdString(); in doStart()
51 LOG(logDEBUG) << "Reindexing (full)"; in doStart()
58 LOG(logDEBUG) << "Reindexing (partial)"; in doStart()
110 LOG(logDEBUG) << "LogData::attachFile " << fileName.toStdString(); in attachFile()
190 LOG(logDEBUG) << "startOperation found something to do."; in startOperation()
205 LOG(logDEBUG) << "signalFileChanged: " << name.toStdString(); in fileChangedOnDisk()
209 LOG(logDEBUG) << "current indexed fileSize=" << file_size; in fileChangedOnDisk()
210 LOG(logDEBUG) << "info file_->size()=" << info.size(); in fileChangedOnDisk()
211 LOG(logDEBUG) << "attached_file_->size()=" << attached_file_->size(); in fileChangedOnDisk()
221 LOG(logINFO) << "Inconsistent size, the file might have changed, re-opening"; in fileChangedOnDisk()
[all …]
/glogg/glogg/src/data/
H A Dlogdataworkerthread.cpp
H A Dlogdata.cpp
H A Dlogfiltereddata.cpp

123