logDebug function

void logDebug(
  1. dynamic value
)

Implementation

void logDebug(
    dynamic value
    )
{
    logger.d( value );
}