logDebugLevel function

void logDebugLevel()

Implementation

void logDebugLevel(
    )
{
    Logger.level = Level.debug;
}