• import { log } from '@src/hylo-components/utils/usefull/usefull';

    Creates a logging console as part of the website. A click on the logging console closes it again. The value is also written to the actual debug console.

    BTW: For Chrome or Edge on iOS open a tab and go to "about:inspect" to get the actual console log.

    Parameters

    • value: any

      the value to be logged, an array is joined by " | "

    • Optional type: "error" | "log" | "warn"

      the type of the log, default is "log"

    • Optional styles: any

      additional css styles added to the console

    Returns void

Generated using TypeDoc