All Projects → michaelJustin → slf4p

michaelJustin / slf4p

Licence: Apache-2.0 License
A simple logging facade for Object Pascal (Delphi and FPC)

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to slf4p

fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (+110.71%)
Mutual labels:  freepascal
moesif-nodejs
Moesif Nodejs Middleware Library (formerly Moesif-Express)
Stars: ✭ 36 (+28.57%)
Mutual labels:  logging-library
TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
Stars: ✭ 21 (-25%)
Mutual labels:  freepascal
BLogger
An easy to use modern C++14/17 async cross-platform logger which supports custom formatting/patterns, colored output, Unicode, file logging, log rotation & more!
Stars: ✭ 23 (-17.86%)
Mutual labels:  logging-library
chronica
Logger framework for Erlang applications
Stars: ✭ 57 (+103.57%)
Mutual labels:  logging-library
tinylogger
Lightweight logging framework for bash
Stars: ✭ 35 (+25%)
Mutual labels:  logging-library
Ascension
A metaheuristic optimization framework
Stars: ✭ 24 (-14.29%)
Mutual labels:  freepascal
atom-language-pascal
Pascal language support in Atom
Stars: ✭ 25 (-10.71%)
Mutual labels:  freepascal
lazarus-beginners-guide
A book written for new Lazarus users, named "Beginners’ Guide to Lazarus IDE". Moved to: https://gitlab.com/adnan360/lazarus-beginners-guide
Stars: ✭ 26 (-7.14%)
Mutual labels:  freepascal
syncr
A rolling, append-only, local and remote data stream library for Go
Stars: ✭ 16 (-42.86%)
Mutual labels:  logging-library
DirectoryWatcher
Watch changes in directories
Stars: ✭ 70 (+150%)
Mutual labels:  freepascal
use-reducer-logger
A very basic logger for the useReducer function in the React Hooks API.
Stars: ✭ 89 (+217.86%)
Mutual labels:  logging-library
brookframework
Microframework which helps to develop web Pascal applications.
Stars: ✭ 161 (+475%)
Mutual labels:  freepascal
sizectrl
TSizeCtrl v8.2
Stars: ✭ 16 (-42.86%)
Mutual labels:  freepascal
Lighty
Easy to use and lightweight logger for iOS, macOS, tvOS, watchOS and Linux in Swift.
Stars: ✭ 49 (+75%)
Mutual labels:  logging-library
PospoliteView
Pospolite View aims to be a simple HTML viewer engine fully made in Free Pascal.
Stars: ✭ 29 (+3.57%)
Mutual labels:  freepascal
pasgltf
An Object-Pascal-native GLTF 2.0 low-level-data loader and writer for GLTF and GLB files
Stars: ✭ 22 (-21.43%)
Mutual labels:  freepascal
loggin-js
📝 Customizable and expandable logger for Node.js
Stars: ✭ 20 (-28.57%)
Mutual labels:  logging-library
NanoLogLite
A revised version of NanoLog which writes human readable log file, and is easier to use.
Stars: ✭ 18 (-35.71%)
Mutual labels:  logging-library
StreamingAndroidLogger
Logger
Stars: ✭ 43 (+53.57%)
Mutual labels:  logging-library

slf4p

A simple logging facade for Object Pascal, developed with Dephi 2009 and Lazarus 2.0. Tested with DUnit and FPCUnit.

To register a specific logging framework, just add one of the djLogOver... units to the project.

  • djLogOverLog4D for logging over Log4D
  • djLogOverLazLogger for logging over LazLogger
  • djLogOverSimpleLogger for logging over SimpleLogger (included)
  • djLogOverNOPLogger for logging over NOPLogger (included)

Visit the Wiki for additional information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].