SYMBOL INDEX (169 symbols across 35 files) FILE: examples/custom-transport.js class CustomTransport (line 9) | class CustomTransport extends Transport { method constructor (line 10) | constructor(opts) { method log (line 21) | log(info, callback) { FILE: examples/format-mutate.js function maskCardNumbers (line 8) | function maskCardNumbers(num) { FILE: examples/levels.js function logAllLevels (line 11) | function logAllLevels() { FILE: examples/splat.js function rest (line 8) | function rest(info) { FILE: index.d.ts class ExceptionHandler (line 22) | class ExceptionHandler { class RejectionHandler (line 36) | class RejectionHandler { type QueryOptions (line 50) | interface QueryOptions { class Profiler (line 60) | class Profiler { type LogEntry (line 66) | interface LogEntry { type LogMethod (line 72) | interface LogMethod { type LeveledLogMethod (line 78) | interface LeveledLogMethod { type LoggerOptions (line 84) | interface LoggerOptions { class Logger (line 98) | class Logger extends NodeJSStream.Transform { class Container (line 160) | class Container { FILE: lib/winston.js method get (line 119) | get() { method set (line 122) | set(val) { method get (line 133) | get() { method get (line 144) | get() { method get (line 156) | get() { method set (line 159) | set(val) { method get (line 170) | get() { FILE: lib/winston/common.js method deprecated (line 19) | deprecated(prop) { method useFormat (line 24) | useFormat(prop) { method forFunctions (line 32) | forFunctions(obj, type, props) { method forProperties (line 37) | forProperties(obj, type, props) { FILE: lib/winston/config/index.d.ts type AbstractConfigSetLevels (line 7) | interface AbstractConfigSetLevels { type AbstractConfigSetColors (line 11) | interface AbstractConfigSetColors { type AbstractConfigSet (line 15) | interface AbstractConfigSet { type CliConfigSetLevels (line 20) | interface CliConfigSetLevels extends AbstractConfigSetLevels { type CliConfigSetColors (line 33) | interface CliConfigSetColors extends AbstractConfigSetColors { type NpmConfigSetLevels (line 46) | interface NpmConfigSetLevels extends AbstractConfigSetLevels { type NpmConfigSetColors (line 56) | interface NpmConfigSetColors extends AbstractConfigSetColors { type SyslogConfigSetLevels (line 66) | interface SyslogConfigSetLevels extends AbstractConfigSetLevels { type SyslogConfigSetColors (line 77) | interface SyslogConfigSetColors extends AbstractConfigSetColors { type Config (line 88) | interface Config { FILE: lib/winston/container.js method constructor (line 22) | constructor(options = {}) { method add (line 34) | add(id, options) { method get (line 64) | get(id, options) { method has (line 74) | has(id) { method close (line 84) | close(id) { method _removeLogger (line 98) | _removeLogger(id) { method _delete (line 115) | _delete(id) { FILE: lib/winston/create-logger.js function isLevelEnabledFunctionName (line 15) | function isLevelEnabledFunctionName(level) { class DerivedLogger (line 36) | class DerivedLogger extends Logger { method constructor (line 43) | constructor(options) { FILE: lib/winston/exception-handler.js method constructor (line 26) | constructor(logger) { method handle (line 40) | handle(...args) { method unhandle (line 60) | unhandle() { method getAllInfo (line 75) | getAllInfo(err) { method getProcessInfo (line 102) | getProcessInfo() { method getOsInfo (line 119) | getOsInfo() { method getTrace (line 131) | getTrace(err) { method _addHandler (line 150) | _addHandler(handler) { method _uncaughtException (line 166) | _uncaughtException(err) { method _getExceptionHandlers (line 235) | _getExceptionHandlers() { FILE: lib/winston/exception-stream.js method constructor (line 24) | constructor(transport) { method _write (line 46) | _write(info, enc, callback) { FILE: lib/winston/logger.js class Logger (line 34) | class Logger extends Transform { method constructor (line 40) | constructor(options) { method child (line 45) | child(defaultRequestMetadata) { method configure (line 82) | configure({ method getHighestLogLevel (line 160) | getHighestLogLevel() { method isLevelEnabled (line 175) | isLevelEnabled(level) { method log (line 230) | log(level, msg, ...splat) { method _transform (line 299) | _transform(info, enc, callback) { method _final (line 350) | _final(callback) { method add (line 368) | add(transport) { method remove (line 406) | remove(transport) { method clear (line 425) | clear() { method close (line 435) | close() { method setLevels (line 447) | setLevels() { method query (line 458) | query(options, callback) { method stream (line 521) | stream(options = {}) { method startTimer (line 572) | startTimer() { method profile (line 583) | profile(id, ...args) { method handleExceptions (line 615) | handleExceptions(...args) { method unhandleExceptions (line 628) | unhandleExceptions(...args) { method cli (line 640) | cli() { method _onEvent (line 657) | _onEvent(event, transport) { method _addDefaultMeta (line 672) | _addDefaultMeta(msg) { function getLevelValue (line 679) | function getLevelValue(levels, level) { method get (line 694) | get() { FILE: lib/winston/profiler.js class Profiler (line 14) | class Profiler { method constructor (line 22) | constructor(logger) { method done (line 38) | done(...args) { FILE: lib/winston/rejection-handler.js method constructor (line 26) | constructor(logger) { method handle (line 40) | handle(...args) { method unhandle (line 60) | unhandle() { method getAllInfo (line 76) | getAllInfo(err) { method getProcessInfo (line 103) | getProcessInfo() { method getOsInfo (line 120) | getOsInfo() { method getTrace (line 132) | getTrace(err) { method _addHandler (line 151) | _addHandler(handler) { method _unhandledRejection (line 167) | _unhandledRejection(err) { method _getRejectionHandlers (line 241) | _getRejectionHandlers() { FILE: lib/winston/rejection-stream.js method constructor (line 24) | constructor(transport) { method _write (line 44) | _write(info, enc, callback) { FILE: lib/winston/tail-file.js function noop (line 18) | function noop() {} FILE: lib/winston/transports/console.js method constructor (line 26) | constructor(options = {}) { method log (line 52) | log(info, callback) { method _stringArrayToSet (line 106) | _stringArrayToSet(strArray, errMsg) { FILE: lib/winston/transports/file.js method constructor (line 33) | constructor(options = {}) { method finishIfEnding (line 98) | finishIfEnding() { method _final (line 119) | _final(callback) { method log (line 150) | log(info, callback = () => { }) { method query (line 278) | query(options, callback) { method stream (line 427) | stream(options = {}) { method open (line 456) | open() { method stat (line 486) | stat(callback) { method close (line 521) | close(cb) { method _needsNewFile (line 540) | _needsNewFile(size) { method _onError (line 550) | _onError(err) { method _setupStream (line 559) | _setupStream(stream) { method _cleanupStream (line 570) | _cleanupStream(stream) { method _rotateFile (line 579) | _rotateFile() { method _endStream (line 590) | _endStream(callback = () => { }) { method _createStream (line 609) | _createStream(source) { method _incFile (line 644) | _incFile(callback) { method _getFile (line 683) | _getFile() { method _checkMaxFilesIncrementing (line 706) | _checkMaxFilesIncrementing(ext, basename, callback) { method _checkMaxFilesTailable (line 732) | _checkMaxFilesTailable(ext, basename, callback) { method _compressFile (line 773) | _compressFile(src, dest, callback) { method _createLogDirIfNotExist (line 788) | _createLogDirIfNotExist(dirPath) { FILE: lib/winston/transports/http.js method constructor (line 28) | constructor(options = {}) { method log (line 60) | log(info, callback) { method query (line 86) | query(options, callback) { method stream (line 129) | stream(options = {}) { method _request (line 174) | _request(options, auth, path, callback) { method _doBatch (line 194) | _doBatch(options, callback, auth, path) { method _doBatchRequest (line 218) | _doBatchRequest(callback, auth, path) { method _doRequest (line 236) | _doRequest(options, callback, auth, path) { FILE: lib/winston/transports/index.d.ts type ConsoleTransportOptions (line 11) | interface ConsoleTransportOptions extends Transport.TransportStreamOptio... type ConsoleTransportInstance (line 19) | interface ConsoleTransportInstance extends Transport { type FileTransportOptions (line 27) | interface FileTransportOptions extends Transport.TransportStreamOptions { type FileTransportInstance (line 41) | interface FileTransportInstance extends Transport { type HttpTransportOptions (line 57) | interface HttpTransportOptions extends Transport.TransportStreamOptions { type HttpTransportInstance (line 76) | interface HttpTransportInstance extends Transport { type StreamTransportOptions (line 93) | interface StreamTransportOptions extends Transport.TransportStreamOptions { type StreamTransportInstance (line 98) | interface StreamTransportInstance extends Transport { type Transports (line 104) | interface Transports { FILE: lib/winston/transports/index.js method get (line 17) | get() { method get (line 29) | get() { method get (line 41) | get() { method get (line 53) | get() { FILE: lib/winston/transports/stream.js method constructor (line 26) | constructor(options = {}) { method log (line 47) | log(info, callback) { FILE: test/globalSetup.js function cleanTestArtifacts (line 4) | function cleanTestArtifacts() { FILE: test/helpers/mocks/legacy-mixed-transport.js method constructor (line 16) | constructor(options = {}) { method log (line 36) | log(level, msg, meta, callback) { FILE: test/helpers/mocks/mock-transport.js function createMockTransport (line 11) | function createMockTransport(write) { FILE: test/integration/formats.test.js function spawnColorizer (line 22) | function spawnColorizer(callback) { FILE: test/integration/logger.test.js class CustomLogger (line 12) | class CustomLogger extends Logger {} FILE: test/unit/formats/errors.test.js function assumeExpectedInfo (line 17) | function assumeExpectedInfo(info, target = {}) { FILE: test/unit/winston/exception-stream.test.js function writeToStreamAsync (line 16) | async function writeToStreamAsync(stream, payload) { FILE: test/unit/winston/logger.test.js function logLevelTransport (line 306) | function logLevelTransport(level) { function filterLevelTransport (line 342) | function filterLevelTransport(level) { method log (line 371) | log(obj) { FILE: test/unit/winston/tail-file.test.js function logOnInterval (line 21) | function logOnInterval(opts, done) { function startTailFile (line 70) | function startTailFile() { FILE: test/unit/winston/transports/console.test.js function assertLogLevelsValues (line 51) | function assertLogLevelsValues(transport, logLevels, logLevelsName = 'st... FILE: test/unit/winston/transports/file.test.js function logToTransport (line 23) | async function logToTransport(transport, opts = {}) { function waitForFile (line 50) | async function waitForFile(filename, timeout = 1000, interval = 20) { function removeFixtures (line 65) | async function removeFixtures() { function getFilePath (line 68) | function getFilePath(filename) { FILE: test/unit/winston/transports/http.test.js function mockHttpServer (line 16) | function mockHttpServer(done, expectedLog) { function assumeError (line 35) | function assumeError(err) { function onLogged (line 41) | function onLogged(context, done) {