Package net.hironico.common.utils.log
Class LogConfig
java.lang.Object
net.hironico.common.utils.log.LogConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply()static voidsetLogLevel(String logLevelArg) Use this static method to set the log level of the application dynamically
-
Field Details
-
filename
-
level
-
pattern
-
-
Constructor Details
-
LogConfig
public LogConfig()
-
-
Method Details
-
apply
public void apply() -
setLogLevel
Use this static method to set the log level of the application dynamically- Parameters:
logLevelArg-
-