org.broadleafcommerce.common.logging
Class Log4jManagementBean
java.lang.Object
org.broadleafcommerce.common.logging.Log4jManagementBean
@Component
@ManagedResource(objectName="org.broadleafcommerce:name=Log4JManangement",
description="Logging Management",
currencyTimeLimit=15)
public class Log4jManagementBean- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4jManagementBean
public Log4jManagementBean()
activateInfo
@ManagedOperation(description="Activate info level")
@ManagedOperationParameters(value=)
public void activateInfo(String category)
activateDebug
@ManagedOperation(description="Activate debug level")
@ManagedOperationParameters(value=)
public void activateDebug(String category)
activateWarn
@ManagedOperation(description="Activate warn level")
@ManagedOperationParameters(value=)
public void activateWarn(String category)
activateError
@ManagedOperation(description="Activate error level")
@ManagedOperationParameters(value=)
public void activateError(String category)
activateFatal
@ManagedOperation(description="Activate fatal level")
@ManagedOperationParameters(value=)
public void activateFatal(String category)
getLevel
@ManagedOperation(description="Retrieve the category log level")
@ManagedOperationParameters(value=)
public String getLevel(String category)
Copyright © 2012. All Rights Reserved.