Name | Description | |
---|---|---|
![]() | Critical | Overloaded. Write a categorized Critical message directly to the Loupe log. |
![]() | Error | Overloaded. Write a categorized Error message directly to the Loupe log with an attached Exception. |
![]() | Information | Overloaded. Write a categorized Information message directly to the Loupe log with an attached Exception. |
![]() | RecordException | Record an unexpected exception to the log without displaying a user prompt. |
![]() | ReportException | Record an unexpected exception to the log and report it to the user if possible. |
![]() | Verbose | Overloaded. Write a categorized Verbose message directly to the Loupe log with an attached Exception. |
![]() | Warning | Overloaded. Write a categorized Warning message directly to the Loupe log with an attached Exception. |
![]() | Write | Write a complete log message directly to the Loupe log from a wrapper method or bridging logic, attributing the source of the message farther up the call-stack. |