Documentation

Trace: VisionX Logging

(visionx)

VisionX Logging

VisionX starts an embedded application server (Tomcat) and an embedded database (PostgreSQL). Especially log output from the application server is interesting. If you use logging in your application in the live preview, you won't see the message without enabling VisionX logging.

It's simple to enable logging. Open the file logging.properties from lib directory. Add following line at the end:

com.sibvisions.visionx.DesktopLauncher.level = ALL

This line will enable logging to console and file. If you want to see log messages immediately, be sure that you start VisionX with e.g. visionx.bat. The console window will show log messages.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information