a boolean condition which, if false, causes the log to print
formatting substitutions, if applicable
Resets grouping and clears the terminal on systems supporting ANSI terminal control sequences.
In file-based stdout or systems which do not support clearing, console.clear() has no visual effect.
Logs how many times console.count(label) has been called with a given label. () for resetting a count.
unique identifier for this action
the unique label to reset the count for
Logs a message with severity equal to GLib.LogLevelFlags.DEBUG.
formatting substitutions, if applicable
an item to format generically
Optionaloptions: neverany additional options for the formatter. Unused in our implementation.
formatting substitutions, if applicable
Logs a message with severity equal to GLib.LogLevelFlags.CRITICAL. Does not use GLib.LogLevelFlags.ERROR to avoid asserting and forcibly shutting down the application.
formatting substitutions, if applicable
formatting substitutions, if applicable
Alias for console.group()
formatting substitutions, if applicable
Logs a message with severity equal to GLib.LogLevelFlags.INFO.
formatting substitutions, if applicable
Logs a message with severity equal to GLib.LogLevelFlags.MESSAGE.
formatting substitutions, if applicable
DeprecatedprofileDeprecatedprofileunique identifier for this action, pass to console.timeEnd() to complete
Logs the time since the last call to console.time(label) and completes the action. Call console.time(label) again to re-measure.
unique identifier for this action
Logs the time since the last call to console.time(label) where label is the same.
unique identifier for this action, pass to console.timeEnd() to complete
string substitutions, if applicable
Deprecatedtimeformatting substitutions, if applicable
formatting substitutions, if applicable
Logs a critical message if the condition is not truthy. () for additional information.