dbprocessing.reports.errors

class dbprocessing.reports.errors(inStr)[source]

Report all ERRORs logged by dbprocessing

__init__(inStr)[source]

parse the error and collect what we want

Parameters
inStrstr

Line from log file

Methods

html([alt])

return a html string for this

htmlheader()

return a string html header

html(alt=False)[source]

return a html string for this

Parameters
altbool, default False

Alternate line (used to style every other table row differently).

Returns
str

HTML table row for this entry.

htmlheader()[source]

return a string html header

Returns
str

HTML table row header


Release: 0.1.0 Doc generation date: Feb 10, 2022