aboutsummaryrefslogtreecommitdiff
path: root/devel/fortytwo-encore/pkg-descr
blob: 84af0df3c1acc3186f6c4c3239095f1af9497582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Encore is a set of utility classes written in Objective-C for GNUstep and
Mac OS X.  The motivation of writing these classes was driven by
implementing the projects BDB and FT. The classes may be useful for other
projects as well.

The classes include
  - logging:  A flexible logging mechanism similar to log4j. Supports
    logging levels, logging contexts, different output channels per context,
    configuration per xml, ...

  - XML-based reflection: a configuration mechanism which is based on XML and
    uses inversion of control (see tests for an example)

  - a simple testing framework

  - StringUtils class

  - an iterator interface

LICENSE: LGPL2 or later

WWW: http://fortytwo.sourceforge.net/