Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.monitoring.Level

Packages that use Level
com.liferay.portal.kernel.monitoring   
 

Uses of Level in com.liferay.portal.kernel.monitoring
 

Methods in com.liferay.portal.kernel.monitoring that return Level
 Level DefaultMonitoringProcessor.getLevel(String namespace)
           
 Level MonitoringProcessor.getLevel(String namespace)
           
static Level Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.monitoring with parameters of type Level
 void DefaultMonitoringProcessor.setLevel(String namespace, Level level)
           
 void MonitoringProcessor.setLevel(String namespace, Level level)
           
 


Liferay 6.1.2-ce-ga3