![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This API can be used to set a specific logger to a specific level, such as SetLogLevel("as.kit", "debug") will set "as.kit" to debug where as SetLogLevel("as*", "debug") will set all loggers starting with "as" to debug.If you decide to invoke SetLogLevel("as*","debug") and then SetLogLevel("as.kit","info"), then "as.kit" will be INFO.Similarly, if you decide to invoke SetLogLevel("as.kit","debug") and then SetLogLevel("as*","info"), then "as.kit" which will be INFO.For example, <roles>dashboard*:debug sql*:debug as*:info</roles>will set "as.kit" to debug andwill set "as.kit" to debug.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |