*
* @return The current trace settings for the class.
*/
public final TraceSettings getClassSettings(String className)
{
TraceSettings settings = TraceSettings.DISABLED;
// If we're not enabled, trace level is DISABLED.
if (classTraceSettings != null) {
// Find most specific trace setting which covers this
// fully qualified class name