Searched refs:setLoggingProperty (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/common/util/logging/
H A DLoggingConfig.java62 String setLoggingProperty(String propertyName, String propertyValue) throws IOException; method in interface:LoggingConfig
68 String setLoggingProperty(String propertyName, String propertyValue, String targetServer) throws IOException; method in interface:LoggingConfig
H A DLoggingConfigImpl.java199 * setLoggingProperty() sets an existing propertyName to be propertyValue
207 public String setLoggingProperty(String propertyName, String propertyValue) throws IOException { method in class:LoggingConfigImpl
231 * setLoggingProperty() sets an existing propertyName to be propertyValue
239 public String setLoggingProperty(String propertyName, String propertyValue, String targetConfigName) throws IOException { method in class:LoggingConfigImpl
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DConfig.java143 public String setLoggingProperty(String param1, String param2); method in interface:Config
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DConfig.java535 String setLoggingProperty(String property, String value); method in interface:Config
556 public static String setLoggingProperty(Config c, String property, String value){ method in class:Config.Duck
564 prop= loggingConfig.setLoggingProperty(property, value);
/glassfish-3.1.2/common/amx-ext-impl/src/main/java/org/glassfish/admin/amx/impl/ext/
H A DLoggingImpl.java223 loggingConfig.setLoggingProperty( module+".level", level );

Completed in 33 milliseconds