org.globus.ogsa.impl.core.logging
Interface OGSALogUtil

All Known Implementing Classes:
OGSALog4jLog

public interface OGSALogUtil


Method Summary
 void disableDebug()
           Call this method to disable debug logging level.
 void disableError()
           Call this method to disable Error logging level.
 void disableFatal()
           Call this method to disable Fatal logging level.
 void disableInfo()
           Call this method to disable Info logging level.
 void disableTrace()
           Call this method to stop tracing.
 void disableWarn()
           Call this method to disable Warning logging level.
 void enableDebug()
           Call this method to enable debug logging level.
 void enableError()
           Call this method to enable Error logging level.
 void enableFatal()
           Call this method to enable Fatal logging level.
 void enableInfo()
           Call this method to enable Info logging level.
 void enableTrace()
           Call this method to start tracing.
 void enableWarn()
           Call this method to enable Warning logging level.
 

Method Detail

enableTrace

public void enableTrace()

Call this method to start tracing.


disableTrace

public void disableTrace()

Call this method to stop tracing.


enableFatal

public void enableFatal()

Call this method to enable Fatal logging level.


disableFatal

public void disableFatal()

Call this method to disable Fatal logging level.


enableDebug

public void enableDebug()

Call this method to enable debug logging level.


disableDebug

public void disableDebug()

Call this method to disable debug logging level.


enableError

public void enableError()

Call this method to enable Error logging level.


disableError

public void disableError()

Call this method to disable Error logging level.


enableWarn

public void enableWarn()

Call this method to enable Warning logging level.


disableWarn

public void disableWarn()

Call this method to disable Warning logging level.


enableInfo

public void enableInfo()

Call this method to enable Info logging level.


disableInfo

public void disableInfo()

Call this method to disable Info logging level.



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.