org.apache.cactus.util.log
aspect LogManagerAspect
java.lang.Object
|
+--org.apache.cactus.util.log.LogManagerAspect
- public aspect LogManagerAspect
- extends java.lang.Object
- issingleton()
- dominates LogAspect
Manage logging subsystem initialisation.
- Version:
- $Id: LogManagerAspect.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $
- Author:
- Vincent Massol
Advice Summary |
before()
Initialise logging subsystem for the client side (client JVM)
|
Field Summary |
static String |
LOG_CLIENT_CONFIG
Name of properties file to initialize logging subsystem on the client
side.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
before #1
before()
- Initialise logging subsystem for the client side (client JVM)
LOG_CLIENT_CONFIG
public static final String LOG_CLIENT_CONFIG
- Name of properties file to initialize logging subsystem on the client
side.
LogManagerAspect
public LogManagerAspect()
- Manage logging subsystem initialisation.
aspectOf
public static LogManagerAspect aspectOf()
hasAspect
public static boolean hasAspect()
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.