edu.asu.cri.MirkE.trace
Class MirkELogger

java.lang.Object
  extended byedu.asu.cri.MirkE.trace.MirkELogger

public class MirkELogger
extends java.lang.Object

Author:
abuayyub Mirke Logger used by the MirkeAspectLogger. methods that log exception and method trace.

Constructor Summary
MirkELogger()
           
 
Method Summary
 void entry(java.lang.String aClass, java.lang.String message)
          log the information of the method entry joinpoint
 void error(java.lang.String aClass, java.lang.String message)
          log the information of the method entry joinpoint
 void exit(java.lang.String aClass, java.lang.String message)
          log the information of the method entry joinpoint
 boolean isDebug(java.lang.String aClass)
           
 void warning(java.lang.String aClass, java.lang.String message)
          log the information of the method entry joinpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirkELogger

public MirkELogger()
Method Detail

entry

public void entry(java.lang.String aClass,
                  java.lang.String message)
log the information of the method entry joinpoint

Parameters:
aClass - class name
message - log message

exit

public void exit(java.lang.String aClass,
                 java.lang.String message)
log the information of the method entry joinpoint

Parameters:
aClass - name
message - log message

error

public void error(java.lang.String aClass,
                  java.lang.String message)
log the information of the method entry joinpoint

Parameters:
aClass - class name
message - log message

warning

public void warning(java.lang.String aClass,
                    java.lang.String message)
log the information of the method entry joinpoint

Parameters:
aClass - class name
message - log message

isDebug

public boolean isDebug(java.lang.String aClass)
Parameters:
aClass -
Returns:
true if debug is enabled for the logger for aClass


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.