@nikovirtala/projen-constructs
    Preparing search index...

    Enumeration LogLevel

    Specifies the logger that should be used

    Index

    Enumeration Members

    Enumeration Members

    ERROR: "Error"

    Log errors only

    INFO: "Info"

    Log informational messages and above

    NONE: "None"

    Disable all logging

    VERBOSE: "Verbose"

    Log all messages including verbose debug information

    WARN: "Warn"

    Log warnings and errors only