@chickenjdk/common
    Preparing search index...

    Function log

    • Log a value. WIll trow and log the value if it is an Error and the isFatal property is true

      Parameters

      • level: "error" | "warning" | "log" | "verbose" | "dumb"

        The logging level

      • value: any

        The value to log. It will be printed in the form reported by util.inspect if inspectValue is not provided and set to false

      • OptionalinspectValue: boolean = true

        If true, use util.inspect to spow the value

      Returns void