Clears the console output for the specified log level. This method is currently not supported.
Optional_message: anyLogs the provided values to the console with a log level of 'debug'.
The values to be logged. Accepts any number of arguments of any type.
Logs the provided values to the console with a log level of 'error'.
The values to be logged. Accepts any number of arguments of any type.
Logs the provided values to the console with a log level of 'info'.
The values to be logged. Accepts any number of arguments of any type.
Logs the provided values to the console with a log level of 'log'.
The values to be logged. Accepts any number of arguments of any type.
Logs the provided values to the console with a log level of 'warn'.
The values to be logged. Accepts any number of arguments of any type.
A custom console implementation that provides logging functionality with various log levels and the ability to store log entries.
Remarks
clearmethod is currently not supported and will throw an error if called.Example