Uses of Class
pulse.tasks.logs.Log
-
Packages that use Log Package Description pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.tasks Introduces theSearchTask, which is the main actor inPULsE, and theTaskManager, a high-level class which among other functions manages loading and executingSearchTasks.pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTasks, their statuses, logging and result generation, as well as with the task repository events generated by aTaskManager.pulse.tasks.logs Lists classes for logging, storing runtime information including statuses.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc. -
-
Uses of Log in pulse.io.export
Methods in pulse.io.export that return types with arguments of type Log Modifier and Type Method Description Class<Log>LogExporter. target()Methods in pulse.io.export with parameters of type Log Modifier and Type Method Description voidLogExporter. printToStream(Log log, FileOutputStream fos, Extension extension)Prints all the data contained in thisLogusingfos. -
Uses of Log in pulse.tasks
Methods in pulse.tasks that return Log Modifier and Type Method Description LogSearchTask. getLog() -
Uses of Log in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type Log Modifier and Type Method Description voidLogEntryListener. onLogFinished(Log log) -
Uses of Log in pulse.tasks.logs
Methods in pulse.tasks.logs with parameters of type Log Modifier and Type Method Description abstract voidAbstractLogger. printTimeTaken(Log log) -
Uses of Log in pulse.ui.components
Methods in pulse.ui.components with parameters of type Log Modifier and Type Method Description voidLogChart. plot(Log l)voidGraphicalLogPane. printTimeTaken(Log log)voidTextLogPane. printTimeTaken(Log log)
-