Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.adfinternal.model.logging.contextual
Interface BasicContextualLogger

All Superinterfaces:
BasicLogger
All Known Subinterfaces:
BasicFunctionalLogger, ContextualLogger, FunctionalLogger
All Known Implementing Classes:
DefaultContextualLogger, DefaultFunctionalLogger

public interface BasicContextualLogger
extends BasicLogger

This interface defines loggers that will work with the ContextualLoggingManager.

Since:
11.1.1.7.2
See Also:
ContextualLoggingManager

Method Summary
 void close()
          This method is mainly intended to be called by the ContextualLoggingManager when the logger is being removed from the context.

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.BasicLogger
getName, isLoggable, log, log, log

 

Method Detail

close

void close()
This method is mainly intended to be called by the ContextualLoggingManager when the logger is being removed from the context. Implementations should use this method to cleanup internal state, if necessary.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.