java.lang.Object
org.jorigin.Common
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
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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
Theloggerused for reporting. -
BUILD
public static final long BUILDThe build version.- See Also:
-
version
The version number- See Also:
-
-
Constructor Details
-
Common
public Common()
-
-
Method Details