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 " | "
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.