Liferay 6.0.5

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

Packages that use Level
com.liferay.portal.monitoring   
 

Uses of Level in com.liferay.portal.monitoring
 

Methods in com.liferay.portal.monitoring that return Level
 Level MonitoringService.getLevel(String namespace)
           
 Level DefaultMonitoringService.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.monitoring with parameters of type Level
 void MonitoringService.setLevel(String namespace, Level level)
           
 void DefaultMonitoringService.setLevel(String namespace, Level level)
           
 


Liferay 6.0.5