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