Logging of yuuvis® RAD designer

yuuvis® RAD designer 9.x »

By default, yuuvis® RAD designer logs information in the following directory using the INFO log level:

\Users\<User name>\AppData\Local\OPTIMAL_SYSTEMS_GmbH\Logs\yuuvisRAD\designer

The directory and log level can be changed in the Logging.NLog.config configuration file located in the yuuvis® RAD designer application directory.

Directory parameter

<variable name="logDirectory" value="${specialfolder:folder=LocalApplicationData}\OPTIMAL_SYSTEMS_GmbH\Logs\yuuvisRAD\designer" />

Log level parameter

<logger name="*" minLevel="Info" writeTo="xmllog" />

Values for log levels: TRACE, DEBUG, INFO, WARN, ERROR