From a14963faa4ac138d127741b3c0fcf99270ef479d Mon Sep 17 00:00:00 2001 From: Eugene Terehov Date: Thu, 30 Apr 2020 13:07:56 +0800 Subject: [PATCH] 1.1.0 --- docs/tsdoc/classes/logger.html | 20 ++++++------ docs/tsdoc/globals.html | 8 ++--- docs/tsdoc/interfaces/icodeframe.html | 12 +++---- docs/tsdoc/interfaces/ierrorobject.html | 10 +++--- .../interfaces/ijsonhighlightcolors.html | 10 +++--- .../interfaces/ijsonhighlightcolorschalk.html | 10 +++--- docs/tsdoc/interfaces/iloglevel.html | 14 ++++---- docs/tsdoc/interfaces/ilogobject.html | 32 +++++++++---------- docs/tsdoc/interfaces/isettings.html | 28 ++++++++-------- docs/tsdoc/interfaces/isettingsparam.html | 28 ++++++++-------- docs/tsdoc/interfaces/istackframe.html | 18 +++++------ docs/tsdoc/interfaces/istd.html | 2 +- docs/tsdoc/interfaces/itransportprovider.html | 4 +-- package-lock.json | 2 +- package.json | 2 +- 15 files changed, 100 insertions(+), 100 deletions(-) diff --git a/docs/tsdoc/classes/logger.html b/docs/tsdoc/classes/logger.html index 356626f8..2d2a52fa 100644 --- a/docs/tsdoc/classes/logger.html +++ b/docs/tsdoc/classes/logger.html @@ -121,7 +121,7 @@

constructor

  • @@ -150,7 +150,7 @@

    Readonly settings

    settings: ISettings
    @@ -172,7 +172,7 @@

    attachTransport

  • @@ -209,7 +209,7 @@

    debug

  • @@ -240,7 +240,7 @@

    error

  • @@ -271,7 +271,7 @@

    fatal

  • @@ -302,7 +302,7 @@

    info

  • @@ -333,7 +333,7 @@

    silly

  • @@ -364,7 +364,7 @@

    trace

  • @@ -395,7 +395,7 @@

    warn

  • diff --git a/docs/tsdoc/globals.html b/docs/tsdoc/globals.html index 326db9bc..2e6e7c93 100644 --- a/docs/tsdoc/globals.html +++ b/docs/tsdoc/globals.html @@ -105,7 +105,7 @@

    TLogLevelColor

    TLogLevelColor: {}
    @@ -125,7 +125,7 @@

    TLogLevelId

    TLogLevelId: keyof ILogLevel
    @@ -140,7 +140,7 @@

    TLogLevelName

    TLogLevelName: ILogLevel[TLogLevelId]
    @@ -155,7 +155,7 @@

    TTransportLogger

    TTransportLogger<T>: {}
    diff --git a/docs/tsdoc/interfaces/icodeframe.html b/docs/tsdoc/interfaces/icodeframe.html index c9401450..8852197b 100644 --- a/docs/tsdoc/interfaces/icodeframe.html +++ b/docs/tsdoc/interfaces/icodeframe.html @@ -103,7 +103,7 @@

    columnNumber

    columnNumber: number | null
    @@ -113,7 +113,7 @@

    firstLineNumber

    firstLineNumber: number
    @@ -123,7 +123,7 @@

    lineNumber

    lineNumber: number
    @@ -133,7 +133,7 @@

    linesAfter

    linesAfter: string[]
    @@ -143,7 +143,7 @@

    linesBefore

    linesBefore: string[]
    @@ -153,7 +153,7 @@

    relevantLine

    relevantLine: string
    diff --git a/docs/tsdoc/interfaces/ierrorobject.html b/docs/tsdoc/interfaces/ierrorobject.html index db6bafe7..bf91f861 100644 --- a/docs/tsdoc/interfaces/ierrorobject.html +++ b/docs/tsdoc/interfaces/ierrorobject.html @@ -102,7 +102,7 @@

    Optional codeFrame

    codeFrame: ICodeFrame
    @@ -117,7 +117,7 @@

    isError

    isError: true
    @@ -132,7 +132,7 @@

    message

    message: string
    @@ -147,7 +147,7 @@

    name

    name: string
    @@ -162,7 +162,7 @@

    stack

    stack: IStackFrame[]
    diff --git a/docs/tsdoc/interfaces/ijsonhighlightcolors.html b/docs/tsdoc/interfaces/ijsonhighlightcolors.html index 06118a41..f2c8479d 100644 --- a/docs/tsdoc/interfaces/ijsonhighlightcolors.html +++ b/docs/tsdoc/interfaces/ijsonhighlightcolors.html @@ -102,7 +102,7 @@

    boolean

    boolean: string
    @@ -112,7 +112,7 @@

    key

    key: string
    @@ -122,7 +122,7 @@

    null

    null: string
    @@ -132,7 +132,7 @@

    number

    number: string
    @@ -142,7 +142,7 @@

    string

    string: string
    diff --git a/docs/tsdoc/interfaces/ijsonhighlightcolorschalk.html b/docs/tsdoc/interfaces/ijsonhighlightcolorschalk.html index fffcf9f2..c6b9ee83 100644 --- a/docs/tsdoc/interfaces/ijsonhighlightcolorschalk.html +++ b/docs/tsdoc/interfaces/ijsonhighlightcolorschalk.html @@ -95,7 +95,7 @@

    boolean

    boolean: Chalk
    @@ -105,7 +105,7 @@

    key

    key: Chalk
    @@ -115,7 +115,7 @@

    null

    null: Chalk
    @@ -125,7 +125,7 @@

    number

    number: Chalk
    @@ -135,7 +135,7 @@

    string

    string: Chalk
    diff --git a/docs/tsdoc/interfaces/iloglevel.html b/docs/tsdoc/interfaces/iloglevel.html index 7e4260c8..b6172c3f 100644 --- a/docs/tsdoc/interfaces/iloglevel.html +++ b/docs/tsdoc/interfaces/iloglevel.html @@ -104,7 +104,7 @@

    0

    0: "silly"
    @@ -114,7 +114,7 @@

    1

    1: "trace"
    @@ -124,7 +124,7 @@

    2

    2: "debug"
    @@ -134,7 +134,7 @@

    3

    3: "info"
    @@ -144,7 +144,7 @@

    4

    4: "warn"
    @@ -154,7 +154,7 @@

    5

    5: "error"
    @@ -164,7 +164,7 @@

    6

    6: "fatal"
    diff --git a/docs/tsdoc/interfaces/ilogobject.html b/docs/tsdoc/interfaces/ilogobject.html index 7a9cbcf3..69f1b639 100644 --- a/docs/tsdoc/interfaces/ilogobject.html +++ b/docs/tsdoc/interfaces/ilogobject.html @@ -118,7 +118,7 @@

    argumentsArray

    argumentsArray: unknown[]
    @@ -134,7 +134,7 @@

    columnNumber

    @@ -149,7 +149,7 @@

    date

    date: Date
    @@ -165,7 +165,7 @@

    fileName

    @@ -181,7 +181,7 @@

    filePath

    @@ -197,7 +197,7 @@

    fullFilePath

    @@ -213,7 +213,7 @@

    functionName

    @@ -228,7 +228,7 @@

    Optional instanceName

    instanceName: undefined | string
    @@ -244,7 +244,7 @@

    isConstructor

    @@ -260,7 +260,7 @@

    lineNumber

    @@ -275,7 +275,7 @@

    logLevel

    logLevel: TLogLevelName
    @@ -290,7 +290,7 @@

    logLevelId

    logLevelId: TLogLevelId
    @@ -305,7 +305,7 @@

    loggerName

    loggerName: string
    @@ -321,7 +321,7 @@

    methodName

    @@ -336,7 +336,7 @@

    Optional stack

    stack: IStackFrame[]
    @@ -352,7 +352,7 @@

    typeName

    diff --git a/docs/tsdoc/interfaces/isettings.html b/docs/tsdoc/interfaces/isettings.html index 9dc306df..251513f2 100644 --- a/docs/tsdoc/interfaces/isettings.html +++ b/docs/tsdoc/interfaces/isettings.html @@ -118,7 +118,7 @@

    Optional displayInstance< @@ -129,7 +129,7 @@

    exposeErrorCodeFrame

    @@ -140,7 +140,7 @@

    exposeErrorCodeFrameLinesBeforeAndAfter

    Overrides ISettingsParam.exposeErrorCodeFrameLinesBeforeAndAfter

    @@ -151,7 +151,7 @@

    exposeStack

    @@ -162,7 +162,7 @@

    Optional instanceName

    Overrides ISettingsParam.instanceName

    @@ -173,7 +173,7 @@

    jsonHighlightColors

    @@ -184,7 +184,7 @@

    logAsJson

    @@ -195,7 +195,7 @@

    logLevelsColors

    @@ -206,7 +206,7 @@

    minLevel

    @@ -217,7 +217,7 @@

    name

    @@ -228,7 +228,7 @@

    overwriteConsole

    @@ -239,7 +239,7 @@

    stdErr

    @@ -250,7 +250,7 @@

    stdOut

    @@ -261,7 +261,7 @@

    suppressStdOutput

    diff --git a/docs/tsdoc/interfaces/isettingsparam.html b/docs/tsdoc/interfaces/isettingsparam.html index b49534d1..65b9e935 100644 --- a/docs/tsdoc/interfaces/isettingsparam.html +++ b/docs/tsdoc/interfaces/isettingsparam.html @@ -117,7 +117,7 @@

    Optional displayInstance<
    displayInstanceName: undefined | false | true
    @@ -132,7 +132,7 @@

    Optional exposeError
    exposeErrorCodeFrame: undefined | false | true
    @@ -147,7 +147,7 @@

    Optional exposeError
    exposeErrorCodeFrameLinesBeforeAndAfter: undefined | number
    @@ -162,7 +162,7 @@

    Optional exposeStack

    exposeStack: undefined | false | true
    @@ -177,7 +177,7 @@

    Optional instanceName

    instanceName: undefined | string
    @@ -192,7 +192,7 @@

    Optional jsonHighlightjsonHighlightColors: IJsonHighlightColors

    @@ -207,7 +207,7 @@

    Optional logAsJson

    logAsJson: undefined | false | true
    @@ -222,7 +222,7 @@

    Optional logLevelsCo
    logLevelsColors: TLogLevelColor
    @@ -237,7 +237,7 @@

    Optional minLevel

    minLevel: TLogLevelName
    @@ -252,7 +252,7 @@

    Optional name

    name: undefined | string
    @@ -267,7 +267,7 @@

    Optional overwriteConsole
    overwriteConsole: undefined | false | true
    @@ -282,7 +282,7 @@

    Optional stdErr

    stdErr: IStd
    @@ -297,7 +297,7 @@

    Optional stdOut

    stdOut: IStd
    @@ -312,7 +312,7 @@

    Optional suppressStd
    suppressStdOutput: undefined | false | true
    diff --git a/docs/tsdoc/interfaces/istackframe.html b/docs/tsdoc/interfaces/istackframe.html index beb80163..7a227f4b 100644 --- a/docs/tsdoc/interfaces/istackframe.html +++ b/docs/tsdoc/interfaces/istackframe.html @@ -111,7 +111,7 @@

    columnNumber

    columnNumber: number | null
    @@ -126,7 +126,7 @@

    fileName

    fileName: string
    @@ -141,7 +141,7 @@

    filePath

    filePath: string
    @@ -156,7 +156,7 @@

    fullFilePath

    fullFilePath: string
    @@ -171,7 +171,7 @@

    functionName

    functionName: string | null
    @@ -186,7 +186,7 @@

    isConstructor

    isConstructor: boolean | null
    @@ -201,7 +201,7 @@

    lineNumber

    lineNumber: number | null
    @@ -216,7 +216,7 @@

    methodName

    methodName: string | null
    @@ -231,7 +231,7 @@

    typeName

    typeName: string | null
    diff --git a/docs/tsdoc/interfaces/istd.html b/docs/tsdoc/interfaces/istd.html index 0cd5441f..3aa1783f 100644 --- a/docs/tsdoc/interfaces/istd.html +++ b/docs/tsdoc/interfaces/istd.html @@ -98,7 +98,7 @@

    write

    write: Function
    diff --git a/docs/tsdoc/interfaces/itransportprovider.html b/docs/tsdoc/interfaces/itransportprovider.html index 0658b6e8..845ea77f 100644 --- a/docs/tsdoc/interfaces/itransportprovider.html +++ b/docs/tsdoc/interfaces/itransportprovider.html @@ -92,7 +92,7 @@

    minLevel

    minLevel: TLogLevelName
    @@ -102,7 +102,7 @@

    transportLogger

    transportLogger: TTransportLogger<(message: ILogObject) => void>
    diff --git a/package-lock.json b/package-lock.json index 52d3b868..740e8a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tslog", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d6931ff..00721695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslog", - "version": "1.0.1", + "version": "1.1.0", "description": "📝 Expressive TypeScript Logger for Node.js: Pretty errors, stack traces, code frames, and JSON output to attachable transports.", "main": "dist/index", "typings": "dist/index",