svclog <level>, <message>
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.
<level>
The type (category) of message. This should one of the following values:
0 - System error, or start/stop message
1 - Connect/disconnect message
2 - Application error message
3 - Command monitoring message
4 - Debug message
<message>
One or more values in the form of an output list.
None
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.
Send confirmation of the start of a service.
svclog 0,<'Service started',firerender_service_name>
Identifiers: |