private static void Dump(LoggingConfiguration config) { if (!InternalLogger.IsDebugEnabled) { return; } config.Dump(); }