dispose method

void dispose()

Removes this logger's configuration from the global Logger registry.

Call this in tearDown / addTearDown to prevent name collisions across tests. Equivalent to Logger.reset(name).

Implementation

void dispose() => Logger.reset(name);