Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drash/src/standard/log/AbstractLogger.ts>AbstractLogger#canLog

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
method AbstractLogger.prototype.canLog
import { AbstractLogger } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/log/AbstractLogger.ts";

Can this logger log the given message level?

Parameters

messageLevel: LogLevel

The mesage level in question.

Returns

boolean

True if yes, false if no.