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.
          
 
Constructor Summary
LogManagerAspect()
          Manage logging subsystem initialisation.
 
Method Summary
static LogManagerAspect aspectOf()
           
static boolean hasAspect()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Advice Detail

before #1

before()
Initialise logging subsystem for the client side (client JVM)
Field Detail

LOG_CLIENT_CONFIG

public static final String LOG_CLIENT_CONFIG
Name of properties file to initialize logging subsystem on the client side.
Constructor Detail

LogManagerAspect

public LogManagerAspect()
Manage logging subsystem initialisation.
Method Detail

aspectOf

public static LogManagerAspect aspectOf()

hasAspect

public static boolean hasAspect()


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.