SYMBOL INDEX (63 symbols across 5 files) FILE: src/signale.js class Signale (line 17) | class Signale { method constructor (line 18) | constructor(options = {}) { method _now (line 36) | get _now() { method scopeName (line 40) | get scopeName() { method currentOptions (line 44) | get currentOptions() { method date (line 57) | get date() { method timestamp (line 62) | get timestamp() { method filename (line 67) | get filename() { method packageConfiguration (line 82) | get packageConfiguration() { method _longestUnderlinedLabel (line 86) | get _longestUnderlinedLabel() { method _logLevels (line 90) | get _logLevels() { method configuration (line 100) | set configuration(configObj) { method _arrayify (line 104) | _arrayify(x) { method _timeSpan (line 108) | _timeSpan(then) { method _getLongestLabel (line 112) | _getLongestLabel() { method _validateLogLevel (line 118) | _validateLogLevel(level) { method _mergeTypes (line 122) | _mergeTypes(standard, custom) { method _filterSecrets (line 132) | _filterSecrets(message) { method _formatStream (line 148) | _formatStream(stream) { method _formatDate (line 152) | _formatDate() { method _formatFilename (line 156) | _formatFilename() { method _formatScopeName (line 160) | _formatScopeName() { method _formatTimestamp (line 169) | _formatTimestamp() { method _formatMessage (line 173) | _formatMessage(str) { method _meta (line 177) | _meta() { method _hasAdditional (line 204) | _hasAdditional({suffix, prefix}, args) { method _buildSignale (line 208) | _buildSignale(type, ...args) { method _write (line 275) | _write(stream, message) { method _log (line 286) | _log(message, streams = this._stream, logLevel) { method _logger (line 294) | _logger(type, ...messageObj) { method _padEnd (line 300) | _padEnd(str, targetLength) { method addSecrets (line 316) | addSecrets(secrets) { method clearSecrets (line 324) | clearSecrets() { method config (line 328) | config(configObj) { method disable (line 332) | disable() { method enable (line 336) | enable() { method isEnabled (line 340) | isEnabled() { method scope (line 344) | scope(...name) { method unscope (line 352) | unscope() { method time (line 356) | time(label) { method timeEnd (line 378) | timeEnd(label) { FILE: test/config.ts function scopedConfigTest (line 12) | function scopedConfigTest() { FILE: test/custom.ts type CustomLogger (line 3) | type CustomLogger = 'remind' | 'santa'; FILE: test/scoped.ts function scopedTest (line 13) | function scopedTest() { FILE: types/signale.d.ts type DefaultLogger (line 10) | type DefaultLogger = type ChalkColor (line 29) | type ChalkColor = type Secret (line 47) | type Secret = (string | number)[]; type LoggerFunction (line 49) | type LoggerFunction = (...message: any[]) => void; type LogLevel (line 51) | type LogLevel = 'info' | 'timer' | 'debug' | 'warn' | 'error'; type LoggerConfiguration (line 53) | interface LoggerConfiguration { type InstanceConfiguration (line 61) | interface InstanceConfiguration { type ConstructorOptions (line 75) | interface ConstructorOptions { type Constructor (line 86) | interface Constructor { type Base (line 92) | interface Base { type Instance (line 105) | type Instance = Base & type Secret (line 111) | type Secret = _signale.Secret; type LogLevel (line 112) | type LogLevel = _signale.LogLevel; type ChalkColor (line 113) | type ChalkColor = _signale.ChalkColor; type DefaultLogger (line 114) | type DefaultLogger = _signale.DefaultLogger; type LoggerFunction (line 115) | type LoggerFunction = _signale.LoggerFunction; type SignaleConfiguration (line 116) | interface SignaleConfiguration type LoggerConfiguration (line 118) | interface LoggerConfiguration extends _signale.LoggerConfiguration {} type SignaleConstructorOptions (line 119) | interface SignaleConstructorOptions