uCosminexus Application Server, API Reference Guide

[Contents][Index][Back][Next]

create Method (Format 1)

Description

Passes the Level, Message, and MsgID, and creates the CJLogRecord object.

Format

public static CJLogRecord create(Level level,
                                 String msg,
                                 String msgID);

Parameters

level:
Specify a message level identifier (for example, SEVERE)

msg:
Specify a string message or key of the message catalog.

msgID:
Specify a value (message string) to be output to the MsgID field.

Return value

This method returns the CJLogRecord object.