Showing 30 open source projects for "programming c++ library"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Quill Library

    Quill Library

    Asynchronous Low Latency C++ Logging Library

    Quill is a high-performance asynchronous logging library. It is particularly suited for performance-critical applications where every microsecond counts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging (colors supported), syslog, Windows event log, and Windows debugger (OutputDebugString(..)). ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    syslog-ng

    syslog-ng

    Log management solution that improves the performance of SIEM

    syslog-ng is the log management solution that improves the performance of your SIEM solution by reducing the amount and improving the quality of data feeding your SIEM. With syslog-ng Store Box, you can find the answer. Search billions of logs in seconds using full text queries with Boolean operators to pinpoint critical logs. syslog-ng Store Box provides secure, tamper-proof storage and custom reporting to demonstrate compliance. syslog-ng can deliver data from a wide variety of sources to...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    Serilog

    Serilog

    Simple .NET logging with fully-structured events

    Like many other libraries for .NET, Serilog provides diagnostic logging to files, the console, and elsewhere. It is easy to set up, has a clean API, and is portable between recent .NET platforms. Unlike other logging libraries, Serilog is built with powerful structured event data in mind. Serilog message templates are a simple DSL extending .NET format strings. Parameters can be named, and their values are serialized as properties on the event for incredible searching and sorting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    C++ Log Engine Library

    Easy, flexible, lightweight, platform independent C++logging library

    New version 1.03 is released! Check it out. LogEngine is a C++ library for easy and flexible logging to files. Multithreaded, easy to use and fast. Automatic logfile backup (several modes). A small amount of code. Platform Independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    DBD2

    A multi-threaded, multi-database tcp-based database insertion app.

    DBD2 inserts database records from TCP input. It is a companion project to Syslgod2 and an application in its own right. It ships with a backgrounding client for generic use. The client sends whatever information the user puts on the command-line to the back-end daemon via TCP. Upon successful transmission, the client exits. On failure, it backs off and retries until its life-time timer expires. The back-end daemon accepts data from Syslogd2 or its own client and inserts that data...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Chucho

    Chucho

    A C++11 logging library

    Chucho is a logging library for C++11. It is modeled on the popular Java library, Logback. It also exposes a C interface, so that C programs can make use of Chucho.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ANSI C functions and macros for flexible logging to files and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable. Intended for use in time-space critical environments
    Leader badge
    Downloads: 4,854 This Week
    Last Update:
    See Project
  • 9
    File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    ezlog

    A tiny and easy to use log system for C/C++

    A tiny and easy to use log library for C/C++. Written in C. Customizable log message format for global and specified output target Cross platform support. Tested: linux, win32, wince, mac
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a C++ logging library implementation which is accepted to Boost. It aims for extensibility and flexibility while moderately affecting user's application performance. Since being accepted, the library is developed and distributed as a part of Boost. Please, visit www.boost.org for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CppMyLogger

    C++ Logger capable of multiple output streams.

    MyLogger is a project I started for my own C++ based projects. Output streams can be added to the logger to log to multiple outputs. Furthermore the logger has a verbosity level and also a special macro to log only once every 'n' times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A C library with support for logging, configuration, networking, message specification, semaphores, message queues, SSL, timing, epoll and email functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a new log library for c. It use config file format like ini in Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GPX Log is simple, yet convenient C++ logger which utilizes standard iostream library. Its main feature is the ability to distribute logging streams output into any number of ostream objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The cpp_trace is a flexible and compact logging C++ library. The library provides a facility to filter and route between output streams text trace messages. It uses generic type-safe design and conforms to STL io stream concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Audacity-Extra

    dark themed version of free Audacity sound editor

    audacity-extra now provides a sleek dark themed version of the Audacity open source sound editor. The project experiments with Audacity variations. There's a vowel-sound target-practice display for language learners and an analog waveform data logger for embedded systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A light-weight component model and services framework providing enterprise quality services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jave logging api for clustered applications. Provides logging at a trasaction level - logging all information or nothing. Please visit http://logbag.com for the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Flogger - a Free Logger. An easy to use and easy to customize logging library that works on a wide range of operating systems. Write your log entries effortlessly and efficiently to the console, to a file, to a data base or to some other source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HypoLog is a collection of simple logging libraries for different platforms with an emphasize on ease of use. Currently supported are Java and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    py-rrdtool is a Python module provides an interface to RRDTool, the well known graphing/logging tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Querylog is a console tool for performing SQL queries on a (log) files. Lines from one or more text files or stdin are matched, using regular expressions to an in memory database on which SQL queries can be performed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The X-Log Library (xlib) provides several logging functions for any program to utilize. Supports plain text and XML logging. Xlib also uses XSLT to display the XML-style logs in a nice graphical way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Liblogging is an easy to use open source library for system logging. It support various RFC for syslog reporting, most notably RFC 3195 for reliable delivery of syslog messages. Liblogging has an easy to use client and server side interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next