Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Logging

Edvin Syse edited this page Mar 7, 2016 · 1 revision

WikiDocumentationLogging

Logging

Component has a lazy initialized instance of java.util.Logger named log. Usage:

log.info { "Log message here" }

TornadoFX makes no changes to the logging capabilities of java.util.Logger. See the javadoc for more information.

Next: Type Safe Builders

Clone this wiki locally