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 executingSearchTask
s.pulse.tasks.listeners Contains various listeners that deal with events associated with the individualSearchTask
s, 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 ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, 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 void
LogExporter. printToStream(Log log, FileOutputStream fos, Extension extension)
Prints all the data contained in thisLog
usingfos
. -
Uses of Log in pulse.tasks
Methods in pulse.tasks that return Log Modifier and Type Method Description Log
SearchTask. getLog()
-
Uses of Log in pulse.tasks.listeners
Methods in pulse.tasks.listeners with parameters of type Log Modifier and Type Method Description void
LogEntryListener. 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 void
AbstractLogger. 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 void
LogChart. plot(Log l)
void
GraphicalLogPane. printTimeTaken(Log log)
void
TextLogPane. printTimeTaken(Log log)
-