AgentLogEndpoint

Handles POST requests to the /agentlog endpoint to accept TrailblazeLog requests.

Properties

Link copied to clipboard
val countBySession: <Error class: unknown class>

Functions

Link copied to clipboard
Link copied to clipboard
fun register(routing: Routing, logsRepo: LogsRepo): <Error class: unknown class>
Link copied to clipboard
@TestOnly
fun setServerReceivedLogsListener(logListener: (TrailblazeLog) -> Unit)

Useful for validating the logs that were received by the server in testing scenarios.