• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// generated by diplomat-tool
2import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
3
4
5/** An object allowing control over the logging used
6*/
7
8
9export class Logger {
10
11    get ffiValue(): pointer;
12
13    static initSimpleLogger(): boolean;
14}