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.logger.functional
Interface FunctionalLogger

All Superinterfaces:
BasicContextualLogger, BasicFunctionalLogger, BasicLogger, ConfigLogger, FineLogger, FinerLogger, FinestLogger, InfoLogger, SevereLogger, WarningLogger
All Known Implementing Classes:
DefaultFunctionalLogger

public interface FunctionalLogger
extends BasicFunctionalLogger, SevereLogger, WarningLogger, InfoLogger, ConfigLogger, FineLogger, FinerLogger, FinestLogger

This interface expands the BasicFunctionalLogger API to include all level-related interfaces.

Since:
11.1.1.7.2

Field Summary

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.SevereLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.WarningLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.InfoLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.ConfigLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.FineLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.FinerLogger
LEVEL

 

Fields inherited from interface oracle.adfinternal.model.logging.logger.FinestLogger
LEVEL

 

Method Summary
 void config(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void config(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void config(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void fine(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void fine(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void fine(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void finer(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void finer(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void finer(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void finest(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void finest(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void finest(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void info(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void info(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void info(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void severe(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void severe(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void severe(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.
 void warning(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void warning(java.lang.String message, java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , if and only if the logger is currently set to publish messages at that level.
 void warning(java.lang.Throwable error, java.util.Map<java.lang.String,java.lang.String> contextData)
          Log a message at level , based on the given error.

 

Methods inherited from interface oracle.adfinternal.model.logging.contextual.logger.functional.BasicFunctionalLogger
addContextData, addContextData, addContextData, addContextData, beginActivity, beginActivity, endCurrentActivity, endCurrentActivity, endCurrentActivity, endCurrentActivity, getComponent, getCurrentActivity, log, log, log

 

Methods inherited from interface oracle.adfinternal.model.logging.contextual.BasicContextualLogger
close

 

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

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.SevereLogger
isSevere, severe, severe, severe

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.WarningLogger
isWarning, warning, warning, warning

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.InfoLogger
info, info, info, isInfo

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.ConfigLogger
config, config, config, isConfig

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.FineLogger
fine, fine, fine, isFine

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.FinerLogger
entering, entering, exiting, exiting, finer, finer, finer, isFiner, throwing

 

Methods inherited from interface oracle.adfinternal.model.logging.logger.FinestLogger
finest, finest, finest, isFinest

 

Method Detail

severe

void severe(java.lang.String message,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

severe

void severe(java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

severe

void severe(java.lang.String message,
            java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

warning

void warning(java.lang.String message,
             java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

warning

void warning(java.lang.Throwable error,
             java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

warning

void warning(java.lang.String message,
             java.lang.Throwable error,
             java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

info

void info(java.lang.String message,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

info

void info(java.lang.Throwable error,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

info

void info(java.lang.String message,
          java.lang.Throwable error,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

config

void config(java.lang.String message,
            java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

config

void config(java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

config

void config(java.lang.String message,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

fine

void fine(java.lang.String message,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

fine

void fine(java.lang.Throwable error,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

fine

void fine(java.lang.String message,
          java.lang.Throwable error,
          java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finer

void finer(java.lang.String message,
           java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finer

void finer(java.lang.Throwable error,
           java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finer

void finer(java.lang.String message,
           java.lang.Throwable error,
           java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finest

void finest(java.lang.String message,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finest

void finest(java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , based on the given error. if and only if the logger is currently set to publish messages at that level.
Parameters:
error - Error which to derive the log message and also include relevant details from. It is up to each implementation to decide the log message and which details are relevant to include.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

finest

void finest(java.lang.String message,
            java.lang.Throwable error,
            java.util.Map<java.lang.String,java.lang.String> contextData)
Log a message at level , if and only if the logger is currently set to publish messages at that level.
Parameters:
message - The message to be logged
error - Error which to include relevant details from. It is up to each implementation to decide which details are relevant.
contextData - Optional contextual data map to be added to the message as part of the value for supplemental attribute "ADF_MESSAGE_CONTEXT_DATA"

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.