/** * Supported logging levels. * @product This is intended for internal use only within VertiGIS Studio products. */ export type LogLevel = "error" | "warning" | "log" | "info" | "debug";