- 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 propertyjava.util.logging.levelwith values:- OFF
- SEVERE
- WARNING
- INFO
- CONFIG
- FINE
- FINER
- FINEST
- ALL
FINEenable alsoCONFIG,INFO,WARNINGandSEVERE.- Since:
- 1.0.0
- Version:
- "1.0.12" - b202004280800L
- Author:
- Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
-
-
Constructor Summary
Constructors Constructor Description Common()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinit()Initialize the JOrigin common package.static voidsetLogger(Logger logger)Set theloggerto use for reporting.
-
-
-
Field Detail
-
BUILD
public static final long BUILD
The build version.- See Also:
- Constant Field Values
-
version
public static final String version
The version number- See Also:
- Constant Field Values
-
-