Skip to main content
Module

x/grm/mod.ts>LogLevel

MTProto API Client for Deno 🦕
Go to Latest
enum LogLevel
Re-export
import { LogLevel } from "https://deno.land/x/grm@0.5.2/mod.ts";

Members

DEBUG = "debug"
ERROR = "error"
INFO = "info"
NONE = "none"
WARN = "warn"