indexing description: "Class that helps in logging an exception." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class P2P_EXCEPTION_LOG inherit P2P_SHARED_LOG EXCEPTIONS feature -- Basic command log_exceptions is -- Log any existing exceptions to the vampeer log. do vampeer_logger.debugging ("Exception: "+exception_trace) end end