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