Command: svclog

Syntax

svclog <level>, <message>

Description

Output text information to the FireRender agent log.
This command is callable when Fire is deployed as a FireRender service, launched by the Service Manager.

All message are prepended with the current time.

Parameters

Switches

None

Notes

Whether or not the message is sent to the agent log depends on the current logging level, set by the Service Manager. If <level> is greater than the current logging level, the message is not sent. The initial logging level for a FireRender service is 1.

All error log output is directed to the agent log by default as level 3 messages.

If the current deployment is not a FireRender service, the message will be directed to the monitor window.

Examples

Send confirmation of the start of a service.

svclog  0,<'Service started',firerender_service_name>

See Also

Identifiers:

deployment, firerender_*