Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


4.5.9 jp1Logger.trace

This method writes the string in the second parameter to the file specified by the first parameter as a log. The following table shows the details of the jp1Logger.trace method.

Method name

void jp1Logger.trace(String jsName, String message)

Parameters
jsName

Specify the file name of the user-created plug-in for the file name parameter. The logs are output to the location where the user-created plug-in is located. A single row can contain up to 4,096 bytes. If the log exceeds the upper limit, the portion beyond the limit is not written to the file.

message

The output message

Return values

None

Exception

None