Package csw.logging.client.commons
Class LogAdminUtil
- java.lang.Object
-
- csw.logging.client.commons.LogAdminUtil
-
public class LogAdminUtil extends java.lang.ObjectHelper to get/set the log level of components
-
-
Constructor Summary
Constructors Constructor Description LogAdminUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogMetadatagetLogMetadata(Prefix prefix)Fetches the LogMetadata for given componentstatic voidsetComponentLogLevel(Prefix prefix, Level level)Updates the log level of component
-
-
-
Method Detail
-
getLogMetadata
public static LogMetadata getLogMetadata(Prefix prefix)
Fetches the LogMetadata for given component- Parameters:
prefix- represents full name (from prefix) of component whose LogMetadata needs to be fetched- Returns:
- LogMetaData of the given component
-
-