Skip to main content
The Deno 2 Release Candidate is here
Learn more
class ClientLogCallbacks
import { ClientLogCallbacks } from "https://deno.land/x/sptaki@1.2.0/callbacks/ClientLogCallbacks.d.ts";

Handle client logging related events

Constructors

new
ClientLogCallbacks(
httpResponse: HttpResponseUtil,
clientLogController: ClientLogController,
configServer: ConfigServer,
localisationService: LocalisationService,
modLoadOrder: ModLoadOrder,
)

Properties

protected
clientLogController: ClientLogController
protected
configServer: ConfigServer
protected
httpResponse: HttpResponseUtil
protected
localisationService: LocalisationService
protected
modLoadOrder: ModLoadOrder

Methods

bsgLogging(): string

Handle /singleplayer/enableBSGlogging

clientLog(
url: string,
sessionID: string,
): INullResponseData

Handle /singleplayer/log

releaseNotes(): string

Handle /singleplayer/release