Version: $Id: package.html 73056 2016-09-05 15:37:18Z walla $
de.desy.mst.libs.util.helper
For fetching the version information for this package you should call
the class method CHelperLib.getVersion()
. It returns a Version
instance with all relevant information included.
For creating a logger instance you should call one of the LogProvider.getLogger
class methods. It will return a Java conform logger instance.
Depending on the given parameters you can enforce the granularity
of the logger instance.
LogProvider.getLogger(final Class> clazz, final Level level, final ELoggingProperty property, final boolean hasDateFormat)
.
Level.FINEST
will output from this level up to Level.SEVERE
.
LogProvider.ELoggingProperty.FILE_STORAGE
)
or the handling of the MCS 1 logging with a bridge interface (LogProvider.ELoggingProperty.MCS_LOGGING
).
false
no date will be included.
Two methods allowing to build a human readable interface for the TINE address information and to fetch the host name from the TINE context and server.