createp Method (Format 1)
Description
Passes the Level, source class name (sourceClass), source method name (sourceMethod), Message, and MsgID, and creates the CJLogRecord object.
Format
public static CJLogRecord createp(Level level,
String sourceClass,
String sourceMethod,
String msg,
String msgID);
Parameters
Return value
This method returns the CJLogRecord object.