org.kuali.rice.core.config
Class ConfigLogger
java.lang.Object
org.kuali.rice.core.config.ConfigLogger
public class ConfigLogger
- extends Object
Logs information about the configuration at the DEBUG level.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigLogger
public ConfigLogger()
logConfig
public static void logConfig(Config config)
getDisplaySafeValue
public static String getDisplaySafeValue(String name,
String value)
- Returns a value for a parameter that is safe for displaying on screen or in a log file.
- Parameters:
name
- the name of the parametervalue
- the parameter value
- Returns:
- the parameter value if the parameter is non-secret, or a replacement if the parameter is secret
getDisplaySafeConfig
public static Map<String,String> getDisplaySafeConfig(Map properties)
- Returns a Map of configuration paramters that have display-safe values. This allows for the suppression
of sensitive configuration paramters from being displayed (i.e. passwords).
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.