Examples of auditDebug()


Examples of org.apache.synapse.SynapseLog.auditDebug()

                break;
            case CATEGORY_TRACE :
                synLog.auditTrace(getLogMessage(synCtx));
                break;
            case CATEGORY_DEBUG :
                synLog.auditDebug(getLogMessage(synCtx));
                break;
            case CATEGORY_WARN :
                synLog.auditWarn(getLogMessage(synCtx));
                break;
            case CATEGORY_ERROR :
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.