Skip to main content
Go to Latest
interface IFlagshipLogManager
import { type IFlagshipLogManager } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/mod.ts";

Methods

emergency(message: string, tag: string): void

System is unusable.

alert(message: string, tag: string): void
critical(message: string, tag: string): void
error(message: string, tag: string): void
warning(message: string, tag: string): void
notice(message: string, tag: string): void
info(message: string, tag: string): void
debug(message: string, tag: string): void
log(
level: LogLevel,
message: string,
tag: string,
): void