Logging Exception
Exception thrown when a log statement cannot be emitted correctly. This exception should only be thrown by logger backend implementations which have opted not to handle specific issues.
Typically a logger backend would only throw LoggingException in response to issues in test code or other debugging environments. In production code, the backend should be configured to emit a modified log statement which includes the error information.
See also handleError.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/backend/Logging Exception. java">
Original Java code of Google Flogger
Constructors
Link copied to clipboard
public void LoggingException(@Nullable() @Nullable() String message, @Nullable() @Nullable() Throwable cause)