Audit¶
Here is the audit interface definition in order to implement a new acl backend. It is composed by two classes.
-
class
burpui.misc.audit.interface.
BUIauditLogger
[source]¶ The
burpui.misc.audit.interface.BUIauditLogger
class defines the audit Logger interface.
-
class
burpui.misc.audit.interface.
BUIaudit
(app)[source]¶ The
burpui.misc.audit.interface.BUIaudit
class defines the audit interface.- Parameters
app (
burpui.engines.server.BUIServer
) – Instance of the app we are running in
-
property
logger
¶ - Return type
class:BUIauditLogger