Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface ICoreConfig.IBsgLogging
import { type ICoreConfig } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
const { IBsgLogging } = ICoreConfig;

Properties

verbosity: number

verbosity of what to log, yes I know this is backwards, but its how nlog deals with ordinals. complain to them about it! In all cases, better exceptions will be logged. WARNING: trace-info logging will quickly create log files in the megabytes. 0 - trace 1 - debug 2 - info 3 - warn 4 - error 5 - fatal 6 - off

sendToServer: boolean