File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
core/src/main/java/oracle/weblogic/deploy/logging Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,15 @@ public static String getConsoleHandler() {
160
160
return WLSDEPLOY_CONSOLE_HANDLER ;
161
161
}
162
162
163
+ /**
164
+ * To augment the logging properties with custom properties, extend this class and overwrite this method.
165
+ * The method should add applicable properties to the logProps. These properties will be loaded into the LogManager
166
+ * and available to Logger instances. Do not instantiate Loggers in this class as the reload will reset the
167
+ * Loggers.
168
+ *
169
+ * @param programName the name of the tool running, useful for messages.
170
+ * @param logProps property instance to which to add log properties in string format, key=value
171
+ */
163
172
public void customizeLoggingProperties (String programName , Properties logProps ) {
164
173
// override to customize
165
174
}
You can’t perform that action at this time.
0 commit comments