UI5 Version Check - v0.2.0
    Preparing search index...

    Type Alias Logger

    Logger: Pick<typeof console, "info" | "group" | "groupEnd" | "warn" | "error"> & {
        notice: typeof console["info"];
    }

    Logger which wraps some of the methods from console.