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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetLogLevel()

tibasMetaspace_GetLogLevel()
Function
Declaration
tibas_status tibasMetaspace_GetLogLevel
(tibasMetaspace metaspace,
tibas_loglevel  level)
Purpose
Returns the log level set for the metaspace.
Parameters
 
The possible values are TIBAS_LOG_FATAL, TIBAS_LOG_FINE, TIBAS_LOG_FINER, TIBAS_LOG_FINEST, TIBAS_LOG_ERROR, TIBAS_LOG_WARN, or TIBAS_LOG_INFO.
Remarks
Use the tibasMetaspace_GetLogLevel() function to determine the log level that is currently set for a specified metaspace. After determining the log level, you can change it if needed by calling the tibasMetaspace_SetLogLevel() function.
See Also
tibasMetaspace_SetLogLevel()

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