Module org.jcommon
Package org.jorigin

Class 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.13" - b202005081200L
    Author:
    Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
    • Constructor Detail

      • Common

        public Common()
    • Method Detail

      • 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.