Liferay 7.0-ce-b4

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

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

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

Methods in com.liferay.portal.kernel.monitoring that return Level
 Level MonitoringControl.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 MonitoringControl.setLevel(String namespace, Level level)
           
 

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

Methods in com.liferay.portal.kernel.monitoring.messaging that return Level
 Level MonitoringMessageListener.getLevel(String namespace)
           
 

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


Liferay 7.0-ce-b4