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