Unicorn.TAF logo Unicorn.TAF

ULog is a main framework logger that provides a simple way to log messages in your tests. It supports various logging levels such as Trace, Debug, Info, Warning, Error. You can also customize the logger to suit your needs.

By default build-in console logger is sused with Debug level

Logger customization

Set custom logger:

ULog.SetLogger(new CustomLogger());

Set custom log level

ULog.SetLevel(LogLevel.Trace);