Glenn McAllister wrote:
>
> I do appreciate the joke (its pretty good, actually <grin>), but Rodney
does
> have a point.  When you are building custom systems with custom hardware,
memory
> constraints can be a real issue.
>
> Of course, that being said its usually the jars that take up 1M+ that are
the
> problem, not the ~250K ones.  Although if you add enough of those, you
get the
> same issue.

My fear is that I compose a system with a dozen components, each of which
has its own wrapper over logging functionality, so the total footprint
consumed by these wrappers is larger than the logging system which is
undoubtably going to be including anyway.

Trying to standardize on a wrapper without settling for an absolute least
common denominator approach essentially is equivalent to selecting a
logging package with a reasonably good interface, and stripping from
package the set of  backends which are not of interest.

- Sam Ruby

Reply via email to