Package org.jorigin

Class Common

java.lang.Object
org.jorigin.Common

public class Common extends Object
The information class about the Common libraries for JOrigin project. This class is only used for gathering informations about the Common libraries.
The logging level of the common logger can be set by the system property java.util.logging.level with values:
  • OFF
  • SEVERE
  • WARNING
  • INFO
  • CONFIG
  • FINE
  • FINER
  • FINEST
  • ALL
When a value is set, all level above are implicitly included. For example, a level FINE enable also CONFIG, INFO, WARNING and SEVERE.
Since:
1.0.0
Version:
"1.0.14" - b202111241200L
Author:
Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
  • Field Details

  • Constructor Details

    • Common

      public Common()
  • Method Details

    • init

      public static final void init()
      Initialize the JOrigin common package.
    • setLogger

      public static void setLogger(Logger logger)
      Set the logger to use for reporting.
      Parameters:
      logger - the logger to use for reporting.