2.5. Kodo Development Workbench Logging

The Log pane is actually an implementation of com.solarmetric.log.LogFactory (see the Logging section for more details) that will log all messages and then echo the messages appropriately to your current logging configuration. We should see messages in the panels already from enhancing and adding mapping info to our system. Feel free to inspect these and adjust the logging to your needs. In addition, you may also inspect your own logging configuration to ensure that messages are being properly echoed to your own configuration.

Each tab corresponds to a different Log instance / scope. Each tabbed panel provides a context menu by right clicking on the respective tab. This menu allows you to reset, close, and adjust verbosity (the selected verbosity is in red).

[Note]Note

The verbosity of each Log panel is independent of your own Logging configuration. So you may be logging at the TRACE to file or the console, but at ERROR in Kodo Workbench.