PHP 8.2.30
Preview: syslog.js Size: 556 B
/home/byroehnu/.trash/node_modules11/triple-beam/config/syslog.js

/**
 * syslog.js: Config that conform to syslog logging levels.
 *
 * (C) 2010 Charlie Robbins
 * MIT LICENCE
 */

'use strict';

/**
 * Default levels for the syslog configuration.
 * @type {Object}
 */
exports.levels = {
  emerg: 0,
  alert: 1,
  crit: 2,
  error: 3,
  warning: 4,
  notice: 5,
  info: 6,
  debug: 7
};

/**
 * Default levels for the syslog configuration.
 * @type {Object}
 */
exports.colors = {
  emerg: 'red',
  alert: 'yellow',
  crit: 'red',
  error: 'red',
  warning: 'red',
  notice: 'yellow',
  info: 'green',
  debug: 'blue'
};

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
616 B lrw-r--r-- 2026-02-21 00:53:22
Edit Download
538 B lrw-r--r-- 2026-02-21 00:53:24
Edit Download
516 B lrw-r--r-- 2026-02-21 00:53:26
Edit Download
556 B lrw-r--r-- 2026-02-21 00:53:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).