This package contains the classes for the log Adapter of eclipse, this means all log events shall be redirected (even exceptions) to be written with Log4Java. Additionally the following system properties will be set:
  1. For Log4Java: The file log4j.xml will be used to initialize Log4Java. This file contains the reference to a System property named vaudas.log.dir. This property will be defined as subdirectory log of the installation directory with this classes (If this directory is not existing, it will be created.).
  2. For Knoepflerfish: The subdirectory config of the installation directory will be checked for existence, created and passed by a System property to Knoepflerfish. This directory may also be updated by the ConfigSynchronizer class, if the Global configuration directory is configured.

Note: The class VaudasEnviromnent provides the installation path (aka VAUDAS_LOCAL_HOME) to the application.