SMILA (incubation) API documentation

org.eclipse.smila.utils.log
Class RecordLifecycleLogHelper

java.lang.Object
  extended by org.eclipse.smila.utils.log.RecordLifecycleLogHelper

public final class RecordLifecycleLogHelper
extends java.lang.Object

Logs information about records state to the pre-defined logger.


Method Summary
static boolean isRecordStateLogEnabled()
          Checks if logging of record state is enabled.
static void logRecordState(java.lang.String message, java.lang.String id)
          Logs record state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isRecordStateLogEnabled

public static boolean isRecordStateLogEnabled()
Checks if logging of record state is enabled.

Returns:
boolean

logRecordState

public static void logRecordState(java.lang.String message,
                                  java.lang.String id)
Logs record state.

Parameters:
message - message
id - record id

SMILA (incubation) API documentation