Showing 52 open source projects for "c# logger"

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    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: 9 This Week
    Last Update:
    See Project
  • 2
    KB6IBB SWL Logger

    KB6IBB SWL Logger

    A shortwave listening logger for shortwave and amateur radio.

    The KB6IBB SWL Logger is a program designed for the shortwave radio listener. It offers shortwave specific logging of stations, with most tasks handled automatically within a console style of operation. The program also incorporates the use of EiBi, HFCC, and AOKI shortwave databases for logging and looking up various known shortwave stations world wide.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 3
    AWA-Core

    AWA-Core

    Full application for factory, process engineer and Automation..

    NEW -- NEW -- NEW -- NEW -- NEW AWA-Core 2025 is coming with a totally new architecture. The core is now in Client/Server architecture and open to other applications. New interfaces for the server and client sides. Stay tuned !! AWA-Core (Another Way of Automation) is a complete suite that allows engineers, PLC programmers and factory designers to create huge projects for retrieving data, creating graphics, automatic scripts, exports and data links. You can easily manage AWA-Core and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    LogEngine2 library

    Simple C++ library for easy and flexible logging

    LogEngine2 is a C++ header only library for easy and flexible logging. Contains small amount of code in compare with other logging libraries. Just copy the files from include folder to your project folder and use a C++20 compiler. LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle. LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function. Log line format is easy configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    Powerful,yet easy to use logger, built as a static C++ library, featuring sync/async modes,message filters,verbosing. Logger classes are easy extendable via inheritance and provide solid base for log customizations. BEST,FASTEST C++ LOGGING FACILITY EVER
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
     rims-arduino-library

    rims-arduino-library

    Recirculation infusion mash system library for Arduino

    This library implement RIMS controls for home brewers. For definition of a RIMS, see https://tinyurl.com/j3lyuyc For me, an Arduino micro controller + a LCD Keypad shield was cheaper and a lot more customizable than a commercial PID controller. So, with this library, a commercial PID controller is unnecessary. Automatic PID tuning toolkit is also included. Temperature can be read with a thermistor, a resistance temperature detector (RTD) or any custom temperature probe. Heater is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Portable c++ library easily as Java. Include sockets, threads, io, logger, process management, ui (SDL2, SFML2, XLIB, XCB, GTK3, ALLEGRO5, GL), media (libvlc, libav, libxine, alsa, mixer, v4l2), and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DMCC Logger for Avaya

    The DMCCLogger uses DMCC API to record calls for Avaya CM

    The Avaya DMCC Logger (DMCCLogger) is a server program that uses Avaya DMCC API to implement call recording for Avaya Aura Communication Manager. DMCCLogger supports Multiple Registration (MR) and Single Step Conference (SSC) recording methods. DMCCLogger receives RTP streams from Avaya Aura CM directly and converts the RTP data to WAV or MP3 file using conversion tool such as ffmpeg. Call details information is stored in MySQL database, a web based software called DMCCLoggerWeb is developed...
    Downloads: 0 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
    UBoat HTTP

    UBoat HTTP

    HTTP Botnet

    ...Download and execute other malware. Active as well as a passive key-logger. Enable Windows RDP. Plugin system for easy feature updates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Async_ParallelExec

    C++ utility to run tasks parallelly and/or sequentially

    Your tasks (chunks of works) run parallelly if they don't have depending tasks, or sequentially if do have depending tasks. The project also contains Logger, ThreadPool, Reactor, DAG (Directed Asyclic Graph) and AsyncPromise/AsyncFuture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Avaya Asterisk Logger

    The AstLogger enable call recording in Asterisk for Avaya system.

    The Avaya Asterisk Logger is a server module that triggers call recording on Asterisk for the Avaya system. The software uses Avaya TSAPI library, it makes Single Step Conference (SSC) call to an agent extension in Avaya side and bridge the voice path with Asterisk. After voice path bridged between Avaya and Asterisk, Asterisk is responsible for the call recording. Call details information is stored in MySQL database, web based software can be developed to search call records based on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    cpplogging

    A lightweight logger library for C++

    A fast -header only- C++ logging library with several features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PriiDash
    PriiDash(TM) is an enhanced instrument panel and data logger for the Prius and more. Display and record real time data on your car PC via an ELM327 compatible OBD-USB device.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    PakoSearch64

    PakoSearch64

    Quick file search tool

    Multi tool for searching files in your disks even without connecting them. Performs FAST keyword and normal searches, shows up duplicated or similar files in a multi panel dialog. All operations done in RAM for the fastest search possible. Uses heuristic algorithms (HAL), TWorm (indexes) and keyword processing to achieve results in some microseconds, 5 magnitude orders fast than typical searchs. Technology written from scratch by the author. It can handle huge filename spaces, and supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    tiTrackIt

    tiTrackIt

    Complete call log and request tracking solution

    Call logger and request tracking software that is designed to help manage software development for and entire team. Was built with Visual Studio 2010 using QT 5.4. Uses MySQL as a backend database. Currently the installer and script to create the mysql database has been uploaded. Still working on getting the source code cleaned up and fully commented so I am able to upload it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    C++ Trivial Logger is lightweight logger written in C++. Project is released under Boost Licence v. 1.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BGP History logger

    BGPHist stores MP-BGP updates activity and history into a database.

    BGPHist is a tool that able to get MP-BGP updates, decode it, and write to the backend storage for logging and monitoring purposes. It support not only internet routes, but also these address families: 1. ipv4 multicast 2. ipv4 labeled unicast 3. vpnv4 unicast 4. ipv6 unicast 5. ipv6 labeled unicast 6. vpnv6 unicast 7. l2vpn vpls-vpws 8. ipv4 mvpn Backend storages supported - text output, MySQL database and Oracle database. For MySql backend there is also a simple PHP...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    dev-apf

    Application Programming Framework

    dev-apf is to make an application easy, fast, and cross-platform. This framework includes algorithms, net, rpc, db, logger, util, and common classes. You are more than welcome in any activity including bug reporting, or feed-back. Cheers,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ICRON's Keyloger

    Version one of ICRON's Basic Keylogger

    This is just an extremely basic key-logger.The source code is up so have fun. This key-logger stores it's logs inside of a text file known as Logs.txt. Later versions will contain a couple perks. I will release them in the coming weeks. This is for educational purposes only. I do not condone any nefarious uses for said keylogger. DO NOT USE ON ANY SYSTEM THAT IS NOT YOUR OWN. Also you must inform all users of said computer (if their are multiple accounts) that you will be using said program....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Man@log

    Memory usage logger and analyzer

    Set of tools allowing to log and analyze memory usage of native applications by hooking to allocation functions. Currently running on Windows 32bit, more platforms can be added if needed. The unique ability is logs can be capured by end users and send to the developer for analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    Logger for serial port. Primary use for debugging embedded devices which haven't gdb server support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    key logger with c++ tutorial
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next