clear method

void clear()

Clears all global logging properties.

Useful for resetting configuration between tests or environments.

Example:

LogProperties.instance.clear();

Implementation

void clear() => _props.clear();