Dbg
Functions
Link copied to clipboard
Log an error message. Messages will be prepended with the ERROR_PREPEND string Best used in a scenario where the program cannot continue normally or at required functionality
Link copied to clipboard
Link copied to clipboard
Log a user message temporarily. This method is marked as 'deprecated' to remind you to remove it before committing your code and for it to be picked up as part of static code analysis. It serves the same as a regular log() call.
Link copied to clipboard
Log a verbose message. Used from always-messages that can be omitted, such as the firing notifications of methods
Link copied to clipboard
Report out a stacktrace.
Link copied to clipboard
Link copied to clipboard
Log a warning message. Messages will be prepended with the WRN_PREPEND string Best used in a scenario where the program can continue, but the user should be warned