To list available log appenders, use the following rhino-console command or related MBean operation.
Console command: listappenders
Command  | 
listappenders
    List all currently configured appenders
 | 
|---|---|
Example  | 
[Rhino@localhost (#14)] listAppenders ConfigLog STDERR RhinoLog  | 
MBean operation: getAppenders
MBean  | 
|
|---|---|
Rhino operation  | 
public String[] getAppenders()
    throws ConfigurationException;
 | 
