Liking cljdoc? Tell your friends :D

boundary.mcp.shell.audit

Audit sinks for security events. The logging sink writes structured JSON events to stderr via tools.logging (never stdout — that stream is reserved for the protocol; see ADR-031). The in-memory sink supports tests.

Audit sinks for security events. The logging sink writes structured JSON
events to stderr via tools.logging (never stdout — that stream is reserved
for the protocol; see ADR-031). The in-memory sink supports tests.
raw docstring

eventsclj

(events audit)

All events recorded by an in-memory audit sink, in order.

All events recorded by an in-memory audit sink, in order.
sourceraw docstring

in-memory-audit-logclj

(in-memory-audit-log)

Audit sink that accumulates events in an atom. For tests.

Audit sink that accumulates events in an atom. For tests.
sourceraw docstring

logging-audit-logclj

(logging-audit-log)

Audit sink that emits each event as a JSON line to the log (stderr).

Audit sink that emits each event as a JSON line to the log (stderr).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close