UNPKG

@push.rocks/smartproxy

Version:

A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.

10 lines (7 loc) 275 B
import * as plugins from '../../plugins.js'; export const logger = new plugins.smartlog.Smartlog({ logContext: {}, minimumLogLevel: 'info', }); logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal()); logger.log('info', 'Logger initialized');