Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2010 18:25:01 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/log4net Makefile distinfo pkg-descr pkg-plist ports/devel/log4net/files log4net.pc.in
Message-ID:  <201001011825.o01IP1P4009569@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2010-01-01 18:25:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/log4net        Makefile distinfo pkg-descr pkg-plist 
    devel/log4net/files  log4net.pc.in 
  Log:
  . Add a port of log4net:
  
  log4net is a tool to help the programmer output log statements to a variety of
  output targets. In case of problems with an application, it is helpful to
  enable logging so that the problem can be located. With log4net it is possible
  to enable logging at runtime without modifying the application binary. The
  log4net package is designed so that log statements can remain in shipped code
  without incurring a high performance cost. It follows that the speed of logging
  (or rather not logging) is crucial.
  
  At the same time, log output can be so voluminous that it quickly becomes
  overwhelming. One of the distinctive features of log4net is the notion of
  hierarchical loggers. Using these loggers it is possible to selectively control
  which log statements are output at arbitrary granularity.
  
  log4net is designed with two distinct goals in mind: speed and flexibility.
  Features:
  * Support for multiple frameworks
  * Output to multiple logging targets
  * Hierarchical logging architecture
  * XML Configuration
  * Dynamic Configuration
  * Logging Context
  * Proven architecture
  * Modular and extensible design
  * High performance with flexibility
  
  WWW: http://logging.apache.org/log4net/
  
  PR:             141441
  Submitted by:   Romain Tartiere <mono@FreeBSD.org>
  
  Revision  Changes    Path
  1.3730    +1 -0      ports/devel/Makefile
  1.1       +53 -0     ports/devel/log4net/Makefile (new)
  1.1       +3 -0      ports/devel/log4net/distinfo (new)
  1.1       +8 -0      ports/devel/log4net/files/log4net.pc.in (new)
  1.1       +26 -0     ports/devel/log4net/pkg-descr (new)
  1.1       +5 -0      ports/devel/log4net/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001011825.o01IP1P4009569>