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