J-Integra® Espresso Programming Documentation (API)

RuntimeConfiguration.SetApplicationLog Method

Sets up the application error log.

Note: Any log setting other than error will affect performance of the system.

void SetApplicationLog(
 Ics.Runtime.OrbErrorLevel orbErrorLevel
);
void SetApplicationLog(
 Ics.Runtime.OrbErrorLevel orbErrorLevel,
 string fileName
);
void SetApplicationLog(
 Ics.Runtime.OrbErrorLevel orbErrorLevel,
 string fileName,
 bool appendExisting
);

Parameters

orbErrorLevel
The logging level of the application log. See Ics.Runtime.OrbErrorLevel for details.
fileName
The fileName to use for the log. Default name is used is null or unset.
appendExisting
Append to existing log is true. Default is false.

Return Value

none

Remarks

This class can be used to generate a Debug log for debugging and tracing errors.

Exceptions

none

See Also

Runtime Config | Runtime Namespace