Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Using TIBCO Hawk Methods : Available Microagent Methods : getLogConfig()

getLogConfig()
Purpose
This method returns information about the log operation of the repository server component of TIBCO Administrator.
This method returns five columns, which represent the current log level as well as information about log files.
Users can determine whether the server writes the log to files or not, by checking the Is log on return column.
Type
Open, Synchronous, IMPACT_INFO
Parameters
None
Returns
 
If the level is set to error, only error messages are logged.
If level is set to warning, warning and error messages are logged.
If level is set to info, informative, warning, and error messages are logged.
If level is set to verbose or debug, verbose, info, warning, and error messages are logged.
This value only has an effect if the Is log on return value is true.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved