@cnr-mtsn/cobalt-log
v1.0.1
Published
Cobalt2-styled console logger for browsers (and optional Node).
Maintainers
Readme
Usage (Shopify UI Extensions)
import { cobalt, cobaltLog, patchConsole } from '@conner/cobalt-log';
// Clean API
cobalt('info', 'Loaded customer section', { id: '123' });
// Simple label + string
cobaltLog('success', 'Cart validated');
// Optional: opt-in patch
patchConsole();
console.log('debug', 'Line items', lines);