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