Re: Warnings when building wolips

From: Anjo Krank (kran..ogicunited.com)
Date: Sun Sep 17 2006 - 15:13:05 EDT

  • Next message: Pierre Frisch: "Re: Warnings when building wolips"

    Am 17.09.2006 um 20:59 schrieb Mike Schrag:

    > (Project Wonder has _Entity.log and Entity.log that triggers this
    > otherwise)

    Which should probably be killed in favor of a single

    public class ERXGenericRecord {

       protected final Logger log = Logger.getLogger(getClass());
    }

    Then all subclasses will get their own logger without any code at
    all. This adds one instance variable per EO, though.

    Cheers, Anjo



    This archive was generated by hypermail 2.0.0 : Sun Sep 17 2006 - 15:12:43 EDT