Message Utils
Static utilities for classes wishing to implement their own log message formatting. None of the methods here are required in a formatter, but they should help solve problems common to log message formatting.
Functions
Link copied to clipboard
Appends log-site information in the default format, including a trailing space.
Link copied to clipboard
Returns a string representation of the user supplied Formattable, accounting for any possible runtime exceptions.
Link copied to clipboard
Returns a string representation of the user supplied value accounting for any possible runtime exceptions.