Skip to main content
Deno 2 is finally here 🎉️
Learn more
import * as dominoDefine from "https://deno.land/x/domino_define@v0.4.0/deps.ts";

Enums

EndOfLine character enum

Get log level numeric values through enum constants

Functions

Format the file to the targeted EOL

Log with critical level, using default logger.

Log with debug level, using default logger.

Log with error level, using default logger.

Get a logger instance. If not specified name, get the default logger.

Log with info level, using default logger.

Setup logger config.

Log with warning level, using default logger.