PHP 8.2.30
Preview: index.js Size: 1.87 KB
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/logform/dist/index.js

'use strict';

/*
 * @api public
 * @property {function} format
 * Both the construction method and set of exposed
 * formats.
 */
var format = exports.format = require('./format');

/*
 * @api public
 * @method {function} levels
 * Registers the specified levels with logform.
 */
exports.levels = require('./levels');

/*
 * @api private
 * method {function} exposeFormat
 * Exposes a sub-format on the main format object
 * as a lazy-loaded getter.
 */
function exposeFormat(name, requireFormat) {
  Object.defineProperty(format, name, {
    get: function get() {
      return requireFormat();
    },
    configurable: true
  });
}

//
// Setup all transports as lazy-loaded getters.
//
exposeFormat('align', function () {
  return require('./align');
});
exposeFormat('errors', function () {
  return require('./errors');
});
exposeFormat('cli', function () {
  return require('./cli');
});
exposeFormat('combine', function () {
  return require('./combine');
});
exposeFormat('colorize', function () {
  return require('./colorize');
});
exposeFormat('json', function () {
  return require('./json');
});
exposeFormat('label', function () {
  return require('./label');
});
exposeFormat('logstash', function () {
  return require('./logstash');
});
exposeFormat('metadata', function () {
  return require('./metadata');
});
exposeFormat('ms', function () {
  return require('./ms');
});
exposeFormat('padLevels', function () {
  return require('./pad-levels');
});
exposeFormat('prettyPrint', function () {
  return require('./pretty-print');
});
exposeFormat('printf', function () {
  return require('./printf');
});
exposeFormat('simple', function () {
  return require('./simple');
});
exposeFormat('splat', function () {
  return require('./splat');
});
exposeFormat('timestamp', function () {
  return require('./timestamp');
});
exposeFormat('uncolorize', function () {
  return require('./uncolorize');
});

Directory Contents

Dirs: 0 × Files: 21

Name Size Perms Modified Actions
378 B lrw-r--r-- 2026-02-21 00:53:24
Edit Download
1.68 KB lrw-r--r-- 2026-02-21 00:53:28
Edit Download
2.78 KB lrw-r--r-- 2026-02-21 00:53:30
Edit Download
4.71 KB lrw-r--r-- 2026-02-21 00:53:34
Edit Download
1.86 KB lrw-r--r-- 2026-02-21 00:53:34
Edit Download
2.20 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
5.30 KB lrw-r--r-- 2026-02-21 00:53:36
Edit Download
1.87 KB lrw-r--r-- 2026-02-21 00:53:38
Edit Download
1003 B lrw-r--r-- 2026-02-21 00:53:40
Edit Download
487 B lrw-r--r-- 2026-02-21 00:53:42
Edit Download
285 B lrw-r--r-- 2026-02-21 00:53:44
Edit Download
783 B lrw-r--r-- 2026-02-21 00:53:46
Edit Download
2.29 KB lrw-r--r-- 2026-02-21 00:53:46
Edit Download
460 B lrw-r--r-- 2026-02-21 00:53:50
Edit Download
5.83 KB lrw-r--r-- 2026-02-21 00:53:50
Edit Download
1.01 KB lrw-r--r-- 2026-02-21 00:53:50
Edit Download
1.93 KB lrw-r--r-- 2026-02-21 00:53:54
Edit Download
1.04 KB lrw-r--r-- 2026-02-21 00:53:56
Edit Download
6.83 KB lrw-r--r-- 2026-02-21 00:53:56
Edit Download
817 B lrw-r--r-- 2026-02-21 00:53:58
Edit Download
727 B lrw-r--r-- 2026-02-21 00:53:58
Edit Download

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