indexing description: "Thread used to test shared hierarchy. " library: "elogger" copyright: "Copyright (c) 2006, AXA Rosenberg, and others (see copyright.txt)" author: "Ulrich Weiss, and others" license: "Eiffel Forum License v2 (see forum.txt)" date: "$Date: $" revision: "$Revision: $" archive: "$Archive: $" class T_ELOG_SHARED_HIERARCHY_WORKER inherit THREAD ELOG_SHARED_HIERARCHY feature -- Access hierarchy: ELOG_HIERARCHY feature {NONE} -- Implementation execute is do hierarchy := Log_hierarchy end end