Module

x/justaos_orm/deps.ts>LoggerUtils

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
class LoggerUtils
import { LoggerUtils } from "https://dotland.deno.dev/x/justaos_orm@v6.4.0/deps.ts";

Static Properties

handlers: { [key: string]: any; }
loggers: { [key: string]: any; }

Static Methods

defineFileHandler(handlerName: string, filename: string)
defineLogger(
loggerName: string,
level?: string,
handlers?: string[],
)
getLogger(loggerName: string): Logger
import LoggerUtils
import { LoggerUtils } from "https://dotland.deno.dev/x/justaos_orm@v6.4.0/deps.ts";