omero.install.logs_library module

Function for parsing OMERO log files. The format expected is defined for Python in omero.util.configure_logging.

class install.logs_library.MyLine(*args: Any, **kwargs: Any)[source]

Bases: Line2D

draw(renderer)[source]
set_axes(axes)[source]
set_data(x, y)[source]
set_figure(figure)[source]
set_transform(transform)[source]
class install.logs_library.allthreads_watcher(files)[source]

Bases: log_watcher

class install.logs_library.log_line(line)[source]

Bases: object

2009-04-09 15:11:58,029 INFO [ ome.services.util.ServiceHandler] (l.Server-6) Meth: interface ome.api.IQuery.findByQuery 01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789

contains(s)[source]
contains_any(l)[source]
class install.logs_library.log_watcher(files, entries, exits, storeonce=None, storeall=None)[source]

Bases: object

gen()[source]
install.logs_library.parse_time(value)[source]

parse the time format used by log4j into seconds (float) since the epoch

install.logs_library.plot_threads(watcher, all_colors=('blue', 'red', 'yellow', 'green', 'pink', 'purple'))[source]
class install.logs_library.saveAndReturnObject_watcher(files)[source]

Bases: log_watcher