-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
feature-requestA feature requestA feature request
Description
This was taken from a comment on #39 (and assumes the work in that PR is already implemented)
Super easy
These can just be copied and pasted from console_log as it is now and replace log with something else
-
console_warn -
console_error -
console_info -
console_debug -
console_count(with argument) -
console_time(with argument) -
console_time_end(with argument) -
console_profile(with argument) -
console_profile_end(with argument)
Really easy
These just have no arguments
-
console_clear -
console_count -
console_group -
console_group_collapsed -
console_group_end -
console_profile -
console_profile_end -
console_timestamp -
console_trace
Medium
-
console_assert(takes a bool and a string)
Hard
-
console_dir -
console_dir_xml -
console_table
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestA feature requestA feature request