🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

vilog

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vilog

Fast logger for Node.js with color output, custom layouts, and profiling

latest
Source
npmnpm
Version
0.0.1-beta.3
Version published
Maintainers
1
Created
Source

Vilog

Fast logger for Node.js with pre-compiled layouts, colorized output, and built-in profiling.

import Vilog from 'vilog';

const log = new Vilog({ name: 'app' });

log.info('server started');
log.debug('user %d logged in', 42);

Features

  • Pre-compiled layouts with tokens ({%d}, {msg}, ...) for minimal runtime overhead.
  • Built-in profiling tokens {duration} and {uptime} with human-friendly units.
  • Flexible color styling for any token.
  • Custom levels with per-level layouts and render functions.
  • Silent mode with buffered flush for tests and batch logging.

Full documentation

Keywords

log

FAQs

Package last updated on 19 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts