Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.058.463 Times

NLog 0.95

  Date Added: November 07, 2010  |  Visits: 1.421

NLog

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



NLog is a .NET logging library. NLog is designed with simplicity and flexibility in mind. With NLog you can process diagnostic messages emitted from any .NET language, augment them with contextual information, format them according to your preference and send them to one or more targets. The API (application programming interface) is similar to log4net, and the configuration is very simple. NLog uses a routing table while log4net uses a logger hierarchy with attachable appenders. This makes NLogs configuration very easy to read and maintain. NLog supports .NET, C/C++ and COM interop API so that all your application components including legacy modules written in C++/COM can send their messages through a common log routing engine. The .NET API is very fast at filtering messages, so that you can keep your logging instructions in code and let NLog filter them out at runtime. NLog can filter out as many as 150 million logging instructions per second on a single-CPU 1.6 GHz laptop. Add that to asynchronous processing and other wrappers and youll get a very powerful and scalable logging tool. Whats New in This Release: - This release adds a new Trace level, which is more verbose than the Debug level. - It adds a new conditions language that lets you write powerful filtering conditions while keeping the syntax natural and readable. - It adds a global log threshold and configurability at the config level. - It adds support for variables in configuration files. - It adds an infrastructure for compound targets and wrapper targets. - It adds detailed documentation with examples for many targets, both on the Web site and in the help file..

Requirements: No special requirements
Platforms: Linux
Keyword: .net Logging Adds Api Designed Flexibility Libraries Logging Nlog Programming Simplicity Targets
Users rating: 0/10

License: Freeware Size: 1024 KB
USER REVIEWS
More Reviews or Write Review


NLOG RELATED
Utilities  -  Net-SNMP 5.4.1
Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It...
3.81 MB  
Multimedia & Graphics  -  Octopus Music API beta.1.0
The Octopus Music Library is a Java API designed to help developers and composers to deal with musical performance elements in a high level programming environment.
312.18 KB  
Business  -  Softntic Toolkit API 1.6
The Soft N' tic Toolkit API (SNTTk API) is a Java API, designed to simplify access to Business Objects Enterprise Platform,by making an abstraction on BOE SDK. You may implements defined functionalities or obtain an existing implementation.
110.39 KB  
Libraries  -  Torque Network Library 1.5.0
The Torque Network Library project is a robust, secure, and easy-to-use cross-platform C++ networking API designed for high performance simulations and games. It features a UDP- based connection architecture with DoS prevention functionality,...
2.2 MB  
Libraries  -  JPA Security 0.3.0
JPA Security is an Access Control Solution for the Java Persistence API designed to enable you to configure access control to your JPA Entity Beans based on the currently authenticated user and its roles via XML or Annotations. for WindowsAll
 
Programming  -  Torque Network Library 1.5.0
Torque Network Library is a robust, secure, easy to use cross-platform C++ networking API designed for high performance simulations and games. The network architecture in TNL under the hood of some of the best internet multiplayer...
2.36 MB  
Libraries  -  Libslack 0.5.2
Libslack is a library of general utilities designed to make UNIX/C programming a bit easier on the eye. It is a seemingly random collection of modules and functions that I find commonly useful. It was originally implemented as part of the daemon...
317.44 KB  
Programming  -  datalus 2.b1
PHP web API designed to simplify object handling(loading, saving, querying, displaying, and editing), abstract the data from its display structure, and layout and allow the target data to be delivered to any supported format without special logic.
303.71 KB  
Science  -  JPAT - Java Protein Analysis Tools 2.2
The JPAT API is a Java API designed to provide developers with tools for calculating the results of protease digestion of proteins and ms/ms fragmentation of peptides. JPAT also contains GUI components for displaying the results. JPAT is a nice...
190.09 KB  
Games  -  QASE 2.6.0
QASE is a Java-based API designed to provide all the functionality needed to create game agents in Quake 2. Powerful enough to facilitate high-end research, it is also suitable for undergrad courses geared towards classic AI and agent-based systems.
328.63 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB