method Logger.prototype.shouldLogimport { Logger } from "https://deno.land/x/unilogger@v1.0.4/src/logger.ts"; shouldLog(logType: LogTypes): booleanShould the message be logged based on its rank? ParameterslogType: LogTypesReturnsboolean