create Method (Format 10)
Description
Passes the Level, Message, Thrown, Object array, AppName, and MsgID, and creates the CJLogRecord object.
Format
public static CJLogRecord create(Level level,
String msg,
Throwable thrown,
Object[] params,
String appName,
String msgID);
Parameters
Return value
This method returns the CJLogRecord object.