Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.util
Interface ILogger


public interface ILogger

Logging interface for model code. This is used to abstract the model code from a specific logging implementation. The runtime proxy can use this interface to provide logging methods and delay having the actual implementation set until runtime.


Method Summary
 void logError(String message)
          Log an error message to the log
 void logError(String message, Throwable exception)
          Log an error message and exception to the log
 void logInfo(String message)
          Write an informational message to the log
 void logWarning(String message)
          Log a warning message to the log
 

Method Detail

logInfo

void logInfo(String message)
Write an informational message to the log


logWarning

void logWarning(String message)
Log a warning message to the log


logError

void logError(String message)
Log an error message to the log


logError

void logError(String message,
              Throwable exception)
Log an error message and exception to the log


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.