It would depend on what the super class is. In most cases all it does is set the started flag. Generally I like to do it last but it doesn’t usually matter.
Ralph > On Dec 2, 2015, at 2:14 AM, Mikael Ståldal <[email protected]> wrote: > > I see that some of the appenders which override start() invoke super.start() > first and some do it last. > > How should it be? > > -- > > > Mikael Ståldal > Senior software developer > > Magine TV > [email protected] <mailto:[email protected]> > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > <http://www.magine.com/> > > Privileged and/or Confidential Information may be contained in this message. > If you are not the addressee indicated in this message > (or responsible for delivery of the message to such a person), you may not > copy or deliver this message to anyone. In such case, > you should destroy this message and kindly notify the sender by reply email. >
