Log Viewer
The log viewer shows a list of log entries captured by BugNET such as errors, warnings and debug information.The log level can be controlled in the log4net.config file in the root folder of the application.
<root><levelvalue="Error"/><appender-refref="AdoNetAppender"/></root>
The log level values are:
- ALL
- DEBUG
- INFO
- WARN
- ERROR - BugNET default
- FATAL
- OFF