14. The logging level

Configuration on Java
-
Feature
ResolverFeature.LOGGER_LOG_LEVEL(type:String) -
System property
xml.catalog.loggerLogLevel -
Property file property
logger-log-level

Configuration on .NET
-
This setting has no equivalent on .NET; the NLog package is used for logging on .NET
ⓘ
Note
The logging feature was simplified substantially in version 6.0.20. The notion of “categories” was removed and most categorized messages are now simply output as debug messages.
The logging level controls which messages the default logger will output. The settings are “all”, “debug”, “info”, “warn”, “error”, or “none”.
See also: Section 21, “The logger class”.