Custom Logging
Recording key events and managed errors to boost app reliability and debugging efficiency
Logging Messages and Capturing Handled Exceptions enhances app reliability by recording key events and errors during app execution.
Log Messaage
Logs various types of informational, debug, warning, or error messages to capture events, notifications, or actions within the application.
Log Errors
Logs all the error, providing all the details you pass for debugging. Captures and records error events within your application
Log Exceptions
Logs exceptions encountered by the application, providing detailed stack traces and context to aid in debugging and troubleshooting. This feature ensures critical data is logged promptly to diagnose and resolve issues.
Note: For custom logging, if maxLength
is not provided, it will default to capturing the full length.
Last updated