Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

beautylog

🍬 Terminal beautiful log for Deno

πŸ‘½ Usage

import { logger } from "https://deno.land/x/beautylog/mod.ts";

logger.success('success')
logger.error('error')
logger.warn('warn')
logger.log('log')
logger.info('info')
logger.debug('debug')
logger.fatal('fatal')