d static method
Logs a debug message.
Example:
LoggerUtil.d("Debug info");
Implementation
static void d(String value) {
_logger.d(value);
}
Logs a debug message.
Example:
LoggerUtil.d("Debug info");
static void d(String value) {
_logger.d(value);
}