Automatic generation produced by ISE Eiffel
note description: "[ Objects that manage the Eiffel tracing. You can start and stop the Eiffel tracing whenever you want to. It only works if `trace (yes)' is enabled in your project configuration file. ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2013-05-20 16:15:17 -0700 (Mon, 20 May 2013) $" revision: "$Revision: 92557 $" class interface TRACING_SETTING create default_create feature -- Status report is_tracing: BOOLEAN -- Is tracing currently enabled? require valid_platform: not {PLATFORM}.is_dotnet feature -- Status setting enable_tracing -- Start tracing. require valid_platform: not {PLATFORM}.is_dotnet disable_tracing -- Stop tracing require valid_platform: not {PLATFORM}.is_dotnet 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 TRACING_SETTING -- Generated by ISE Eiffel --
For more details: www.eiffel.com