org.glite.authz.common.logging
Class LoggingConstants

java.lang.Object
  extended by org.glite.authz.common.logging.LoggingConstants

public class LoggingConstants
extends java.lang.Object

Constants related to logging.


Field Summary
static java.lang.String ACCESS_CATEGORY
          Name of the category to which access messages are written.
static java.lang.String AUDIT_CATEGORY
          Name of the category to which audit messages are written.
static java.lang.String MESSAGE_CATEGORY
          Name of a category where various messages are logged.
static java.lang.String POLICY_MESSAGE_CATEGORY
          Name of the category to which policies are written.
static java.lang.String PROTOCOL_MESSAGE_CATEGORY
          Name of the category to which protocol messages are written.
 
Constructor Summary
LoggingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_CATEGORY

public static final java.lang.String MESSAGE_CATEGORY
Name of a category where various messages are logged.

See Also:
Constant Field Values

PROTOCOL_MESSAGE_CATEGORY

public static final java.lang.String PROTOCOL_MESSAGE_CATEGORY
Name of the category to which protocol messages are written.

See Also:
Constant Field Values

POLICY_MESSAGE_CATEGORY

public static final java.lang.String POLICY_MESSAGE_CATEGORY
Name of the category to which policies are written.

See Also:
Constant Field Values

ACCESS_CATEGORY

public static final java.lang.String ACCESS_CATEGORY
Name of the category to which access messages are written.

See Also:
Constant Field Values

AUDIT_CATEGORY

public static final java.lang.String AUDIT_CATEGORY
Name of the category to which audit messages are written.

See Also:
Constant Field Values
Constructor Detail

LoggingConstants

public LoggingConstants()


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.