TIBCO Adapter SDK C++ Reference
MTrace::removeMapping
MTrace
Remove the mapping of the specified role.

After calling this method, the sink with the specified role and sink name no longer serves as a sink for this role.

Parameters
Parameters Description
const MString& rsRole Role for this mapping, one of MAPP_INFO_ROLE, MAPP_DEBUG_ROLE, MAPP_WARNING_ROLE, MAPP_ERROR_ROLE or a
const MString& rsSinkName Name of the sink that you want to disassociate from this trace.
defined role.
Declaration
virtual void removeMapping(const MString& rsRole, const MString& rsSinkName) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.