Liferay 6.2-ce-ga5

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 MonitoringProcessor.getLevel(String namespace)
           
 Level DefaultMonitoringProcessor.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 MonitoringProcessor.setLevel(String namespace, Level level)
           
 void DefaultMonitoringProcessor.setLevel(String namespace, Level level)
           
 


Liferay 6.2-ce-ga5