Package io.micronaut.security.utils
Class LoggingUtils
java.lang.Object
io.micronaut.security.utils.LoggingUtils
Utility methods to avoid verbosity of logging statements. Mostly used to help reduce the Cognitive Complexity of
 some methods.
- Author:
 - Álvaro Sánchez-Mariscal
 
- 
Method Summary
 
- 
Method Details
- 
debug
Logs a message at the DEBUG level (only if it's enabled) according to the specified format and arguments.- Parameters:
 logger- the SLF4J loggermessage- the format stringargs- a list of arguments
 
 -