Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class FlagshipLogManager
import { FlagshipLogManager } from "https://deno.land/x/flagship_io_js_sdk@3.0.10/utils/FlagshipLogManager.ts";

Methods

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