Module technology.sola.engine
Package technology.sola.logging
package technology.sola.logging
This package provides simple logging functionality for sola-engine to use.
-
ClassDescriptionJavaSolaLogger is a
SolaLogger
implementation powered byLogger
.JavaSolaLoggerFactory is aSolaLoggerFactory
implementation for desktop platforms (JavaFX and Swing).SolaLogger instances are used to log messages to the console and/or files.SolaLoggerFactory is an interface for defining the api for creating newSolaLogger
instances for a targetSolaPlatform
.SolaLogLevel defines the available sola engine logging levels.SolaLogMessageFormatter is aSimpleFormatter
implementation for sola engine log messages.