7.2 CJLogRecord Class

Description
This class adds the MsgID and AppName parameters in the java.util.logging.LogRecord class. This class provides a static method for creating the LogRecord object (hereafter, called CJLogRecord), when the MsgID and AppName are specified.
The package name of the CJLogRecord class is com.hitachi.software.ejb.application.userlog.
List of methods
Method nameFunction
create Method (Format 1)Passes the Level, Message, and MsgID, and creates the CJLogRecord object.
create Method (Format 2)Passes the Level, Message, AppName, and MsgID, and creates the CJLogRecord object.
create Method (Format 3)Passes the Level, Message, Object, and MsgID, and creates the CJLogRecord object.
create Method (Format 4)Passes the Level, Message, Object, AppName, and MsgID, and creates the CJLogRecord object.
create Method (Format 5)Passes the Level, Message, Thrown, and MsgID, and creates the CJLogRecord object.
create Method (Format 6)Passes the Level, Message, Thrown, AppName, and MsgID, and creates the CJLogRecord object.
create Method (Format 7)Passes the Level, Message, Object array, and MsgID, and creates the CJLogRecord object.
create Method (Format 8)Passes the Level, Message, Object array, AppName, and MsgID, and creates the CJLogRecord object.
create Method (Format 9)Passes the Level, Message, Thrown, Object array, and MsgID, and creates the CJLogRecord object.
create Method (Format 10)Passes the Level, Message, Thrown, Object array, AppName, and MsgID, and creates the CJLogRecord object.
createp Method (Format 1)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, and MsgID, and creates the CJLogRecord object.
createp Method (Format 2)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, AppName, and MsgID, and creates the CJLogRecord object.
createp Method (Format 3)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Object, and MsgID, and creates the CJLogRecord object.
createp Method (Format 4)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Object, AppName, and MsgID, and creates the CJLogRecord object.
createp Method (Format 5)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Thrown, and MsgID, and creates the CJLogRecord object.
createp Method (Format 6)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Thrown, AppName, and MsgID, and creates the CJLogRecord object.
createp Method (Format 7)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Object array, and MsgID, and creates the CJLogRecord object.
createp Method (Format 8)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Object array, AppName, and MsgID, and creates the CJLogRecord object.
createp Method (Format 9)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Thrown, Object array, and MsgID, and creates the CJLogRecord object.
createp Method (Format 10)Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, Thrown, Object array, AppName, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 1)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), message and MsgID, and creates the CJLogRecord object.
createrb Method (Format 2)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, AppName, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 3)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Object, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 4)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Object, AppName, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 5)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Thrown, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 6)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Thrown, AppName, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 7)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Object array, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 8)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Object array, AppName, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 9)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Thrown, Object array, and MsgID, and creates the CJLogRecord object.
createrb Method (Format 10)Passes the Level, source class name (sourceClass), source method name (sourceMethod), resource bundle name (bundleName), Message, Thrown, Object array, AppName, and MsgID, and creates the CJLogRecord object.
Note that the LogRecord class that is the source of inheritance of the CJLogRecord class and the Level to be specified in the parameters of each method are classes that belong to the java.util.logging package.
Organization of this section
create Method (Format 1)
create Method (Format 2)
create Method (Format 3)
create Method (Format 4)
create Method (Format 5)
create Method (Format 6)
create Method (Format 7)
create Method (Format 8)
create Method (Format 9)
create Method (Format 10)
createp Method (Format 1)
createp Method (Format 2)
createp Method (Format 3)
createp Method (Format 4)
createp Method (Format 5)
createp Method (Format 6)
createp Method (Format 7)
createp Method (Format 8)
createp Method (Format 9)
createp Method (Format 10)
createrb Method (Format 1)
createrb Method (Format 2)
createrb Method (Format 3)
createrb Method (Format 4)
createrb Method (Format 5)
createrb Method (Format 6)
createrb Method (Format 7)
createrb Method (Format 8)
createrb Method (Format 9)
createrb Method (Format 10)