com.metamatrix.common.util
Class LogContextsUtil

java.lang.Object
  extended by com.metamatrix.common.util.LogContextsUtil

public class LogContextsUtil
extends java.lang.Object

Utility class which includes the Set of all String logging contexts used by all parts of the server.

Due to build implementations, this class must define all logging contexts, which may be redundantly defined elsewhere.


Nested Class Summary
static class LogContextsUtil.CommonConstants
           
static class LogContextsUtil.DQPConstants
           
static class LogContextsUtil.ODBCConstants
           
static class LogContextsUtil.PlatformAdminConstants
           
static class LogContextsUtil.PlatformConstants
           
static class LogContextsUtil.QueryConstants
           
static class LogContextsUtil.RuntimeMetadataConstants
           
static class LogContextsUtil.SecurityConstants
           
static class LogContextsUtil.ServerConstants
           
 
Field Summary
static java.util.Set ALL_CONTEXTS
          The Set of all String logging contexts of all parts of the server.
 
Constructor Summary
LogContextsUtil()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_CONTEXTS

public static final java.util.Set ALL_CONTEXTS
The Set of all String logging contexts of all parts of the server.

Constructor Detail

LogContextsUtil

public LogContextsUtil()


Copyright © 2009. All Rights Reserved.