Skip to content

More ConsoleService methods #44

@rivertam

Description

@rivertam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions