Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good, free Delphi logging framework

Tags:

can anybody hint me a good, free Delphi logging framework? It should be easy to use and it should support different "log writers" including plain text, database and network.

like image 203
Tobias Langner Avatar asked Jul 27 '09 08:07

Tobias Langner


People also ask

What are the best .NET logging frameworks?

NLog. NLog is one of the most popular, and one of the best-performing logging frameworks for . NET. Setting up NLog is fairly simple.

Which is the best logging framework in Java?

One of the most popular solutions for the Java world is the Apache Log4j 2 framework. Maintained by the Apache Foundation, Log4j 2 is an improvement on the original Log4j, which was the most popular logging framework in Java for many years.

What are logging libraries?

A logging library (or logging framework) is code that you embed into your application to create and manage log events. Logging libraries provide APIs for creating, structuring, formatting, and transmitting log events in a consistent way. Like agents, they're used to send events from your application to a destination.

How does a logging framework work?

The logging framework maintains the current logging level for each logger. The logging level can be set more or less restrictive. For example, if the logging level is set to "WARNING", then all messages of that level or higher are logged: ERROR and FATAL. Severity levels can be assigned to both loggers and appenders.


1 Answers

Which logging library is better? mentions the following of which only the last two are free.

  • CodeSite
  • SmartInspect
  • Log4Delphi
  • TraceFormat
like image 127
Lars Truijens Avatar answered Oct 01 '22 00:10

Lars Truijens