pmartz / jag-3d

Automatically exported from code.google.com/p/jag-3d
0 stars 1 forks source link

Fix for inherited class logger names #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Setting logger names for inherited classes is too restrictive. Need to add 
flexibility. This is also required in LatticeFX.

Original issue reported on code.google.com by SkewMat...@gmail.com on 8 Jun 2013 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by abry...@gmail.com on 17 Jun 2013 at 8:46

GoogleCodeExporter commented 9 years ago
Fixed in revision 858a79012c6c. When deriving from a class that derives from 
jagBase::LogBase, you can now specify a log name override.

There's probably still some work to be done here: If you derive from a class 
that derives from a class that derives from LogBase, for example, changes are 
the optional log name override isn't available. We'll take care of these on a 
case-by-case basis.

Original comment by SkewMat...@gmail.com on 15 Jul 2013 at 8:56