Package org.jorigin
Class Common
- java.lang.Object
-
- org.jorigin.Common
-
public class Common extends java.lang.ObjectThe 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.8" - b201801141330L
- 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(java.util.logging.Logger logger)Set theloggerto use for reporting.
-
-
-
Field Detail
-
logger
public static java.util.logging.Logger logger
Theloggerused for reporting.
-
BUILD
public static final long BUILD
The build version.- See Also:
- Constant Field Values
-
version
public static final java.lang.String version
The version number- See Also:
- Constant Field Values
-
-