note description: "Abstract class used by TRACE_MANAGER to dispatch tracing events to user using STRING data via an agent." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2015-12-17 13:34:17 +0000 (Thu, 17 Dec 2015) $" revision: "$Revision: 98279 $" class interface AGENT_TRACING_HANDLER create make feature -- Access action: PROCEDURE [TYPE [detachable ANY], detachable STRING_8, detachable STRING_8, INTEGER_32, BOOLEAN] -- Action being performed each time trace is called feature -- Tracing trace (a_type: TYPE [detachable ANY]; a_class_name, a_feature_name: detachable STRING_8; a_depth: INTEGER_32; a_is_entering: BOOLEAN) -- Trigger a trace operation from a feature represented by a_feature_name defined in -- class a_class_name and applied to an object of type a_type at a call depth a_depth. -- If a_is_entering we are entering the routine, otherwise we are exiting it. note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class AGENT_TRACING_HANDLER
Generated by ISE EiffelStudio