createrb Method (Format 4)
Description
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.
Format
public static CJLogRecord createrb(Level level,
String sourceClass,
String sourceMethod,
String bundleName,
String msg,
Object param1,
String appName,
String msgID);
Parameters
Return value
This method returns the CJLogRecord object.