LogFunction type
Log function for customized logging.
type LogFunction = (level: LogLevel, message: string) => void
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Log function for customized logging.
type LogFunction = (level: LogLevel, message: string) => void