console.debug()

Term side of the Card
Topic: Output Information
Unit title: console.debug()
Categories: Method
Explanation side of the Card

Explanation: The static browser API method that logs a message to the console with a debug level, often used for debugging purposes. In some environments, these messages may not be displayed unless debug logging is enabled.

Browser compatibility:
  • The chrome browser supports this feature starting from version 2
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 5
  • The safari browser supports this feature starting from version 4
Availability: