LOG
Use
This section contains the log commands used for AS Java log system administration. They are added to the Shell environment by executing " ADD LOG " on the command line.
LOG_ARCHIVE
| Syntax |
LOG_ARCHIVE |
| Description |
Creates archive for all log files. |
LOG_CREATE
| Syntax |
LOG_CREATE [-? | -H] [-C | -D | -F OID] |
| Arguments | |
|
-? | -H |
Displays the help message. |
|
-C | -D | -F |
Specifies the type of the object to be created: log controller (C), log destination (D), or log formatter (F). |
|
OID |
The ID of the object to be created. The OID identifier must represent a unique name for the Log Configurator Service. |
| Description |
Creates and registers new objects into the Log_Configurator Service. |
LOG_DUMPS
| Syntax |
LOG_DUMPS [-? | -H] [OID] [ON | OFF] |
| Arguments | |
|
-? | -H |
Displays the help message. |
|
OID |
The ID of the log controller to be debugged. The OID identifier must represent a valid name for the Log Configurator Service. |
|
ON | OFF |
Turns the additional console output ON or OFF . |
| Description |
Enables or disables additional console output for a specified log controller.
|
LOG_EDIT
| Syntax |
LOG_EDIT [-? | -H] [-C | -D | -F OID] |
| Arguments | |
|
-? | -H |
Displays the help message. |
|
-C | -D | -F |
Specifies the type of the object to be edited: log controller (C), log destination (D), or log formatter (F). |
|
OID |
The ID of the object to be edited. The OID identifier must represent a valid name for the Log Configurator Service. |
| Description |
Reconfigures previously registered objects in the Log Configurator Service.
|
LOG_LIST
| Syntax |
LOG_LIST [-? | -H] [-T] [-C | -D | -F [OID | -T]] |
| Arguments | |
|
-? | -H |
Displays the help message. |
|
-C | -D | -F |
Specifies the type of the object to be listed: log controller (C), log destination (D), or log formatter (F). |
|
-T |
Specifies that a thorough info should be provided.
|
|
OID |
The ID of the object to be inspected. The OID identifier must represent a valid name for the Log Configurator Service. |
| Description |
Shows information about the currently configured objects in the Log Configurator Service.
|
LOG_REMOVE
| Syntax |
LOG_REMOVE [-? | -H] [-C | -D | -F OID] |
| Arguments | |
|
-? | -H |
Displays the help message. |
|
-C | -D | -F |
Specifies the type of the object to be removed: log controller (C), log destination (D), or log formatter (F). |
|
OID |
The ID of the object to be removed. The OID identifier must represent a valid name for the Log Configurator Service. |
| Description |
Removes previously configured objects from the Log Configurator Service.
|
More Information
More information about how to use the shell commands: Administration Using Telnet .