Open Source JavaScript Logging Software - Page 2

JavaScript Logging Software

View 1974 business solutions

Browse free open source JavaScript Logging Software and projects below. Use the toggles on the left to filter open source JavaScript Logging Software by OS, license, language, programming language, and project status.

  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    SARWeb (System Activity Reporter Web)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SMA-Monitor
    This software is designed to run on all POSIX system to log SMA Sunny Boy Inverter data into an MYSQL database via RS485 *ONLY*. It includes scripts to display the data using Highcharts via a webpage. If you want to log using bluetooth, i'd recommend you go to code.google.com/p/sma-bluetooth/ Update: July 2011 I haven't worked on this project for a while now and don't intend to do anymore with it. If you wish to take it further, please let me know and you can be the project admin for it :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Signale

    Signale

    Highly configurable logging utility

    Hackable and configurable to the core, signale can be used for logging purposes, status reporting, as well as for handling the output rendering process of other node modules and applications. You can now support the development process through GitHub Sponsors. To create a custom logger define an options object yielding a types field with the logger data and pass it as argument to a new signale instance. By utilizing the secrets option, secrets and other sensitive information can be filtered out from the body as well as the metadata, i.e. scope names etc, of to-be-logged messages. The option is part of the configuration object passed to a Signale instance on its initialization, and is of type Array<String|Number>. The array can hold multiple secrets, all of which are removed, if present, from the to-be-logged messages and are replaced with the default '[secure]' string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    startx is the project name for an interface build in php which takes the output of some products like MRTG or awstats or ACID... and put them together in the same Web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    An application that centralizes UNIX system status information from several machines into one web-accessible interface. A daemon gathers system stats and reports them stats via HTTP to a server which presents the most recent stats via a web page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SystemInfoSnapshot

    SystemInfoSnapshot

    Collect the computer and system info at a given time in order to track

    Collect the computer and system info at a given time in order to track issues or problems. You can share the generated report with your friend or someone of your trust to help you detect your computer problem at a given moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Internet Censor is a multi-platform, Internet clustering program, for which the resulting data will be used in the creation of a non-profit content-filtering Internet Search Engine for children.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A web-based front-end that parses MySQL slow queries logs, and displays it order by different criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WhoisUP

    WhoisUP

    Is your host up or down?

    WhoisUP v0.3 monitors hosts via ICMP and shows the status in a web page. When a host is down, the script can send mail, syslog message, open a popup message or play a sound. Moreover, the script monitors if the host exceed the latency threshold limit. The script uses NMap to send ICMP packets and to save the host status into an XML file. Then, WhoisUP reads the XML and shows the report in a web page with AJAX features; in case of host failure the script can send alarms. WhoisUP is useful to monitor hosts (PC, Server, NAS, Router, Switch and so on...) and to receive alerts when a host go down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    alibIP

    alibIP

    Eigenes IP Archiv zur Alibi Recherche

    For current updates look at https://blog.alibip.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    barde
    A log player for "The Fourth Coming" ("T4C", http://www.the4thcoming.com). Given a log-file, this tool will replay a T4C game you've played before. It will have built-in functionnalities like : merging log files together, searching and cleaning
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A PHP application to search for matching strings in log files. It was mainly designed for usage in a syslog server environment with big log files, where you cannot log to databases due to the size, but to plain text files which will be searched.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Web-based Viewer for Syslog Data. Requires Syslog in MySQL Database. Ajax based on jQuery and PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Javascript logger. It is similar to log4j. There are some appenders : htmlAppender, ConsoleAppender, LocalSotorageAppender.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    koa2-winston

    koa2-winston

    koa2 version winston logger like express-winston

    koa2 version winston logger like express-winston. Add logger to your koa2 server in 3 lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AJAXified logfile download and tailing application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    morgan

    morgan

    HTTP request logger middleware for node.js

    This is a Node.js module available through the npm registry. Installation is done using the npm install command. Create a new morgan logger middleware function using the given format and options. The format argument may be a string of a predefined name, a string of a format string, or a function that will produce a log entry. The format function will be called with three arguments tokens, req, and res, where tokens is an object with all defined tokens, req is the HTTP request and res is the HTTP response. The function is expected to return a string that will be the log line, or undefined / null to skip logging. Write log line on request instead of response. This means that a requests will be logged even if the server crashes, but data from the response (like the response code, content length, etc.) cannot be logged. To define a token, simply invoke morgan.token() with the name and a callback function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Este é um projeto, onde estou criando um interface php para controle do servidor Radius, estou utilizando o freeradius. Ele ira contar com base de dados PostgresSql. Php e muitas funções rodando sobre o linux(Ubuntu server).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    pino

    pino

    Super fast, all natural json logger

    When logging, it's important to use the least amount of resources available. Over time, logged messages tend to pile up. This can lead to some negative effects on applications, such as reduced requests per second. This is why pino is an ideal choice for logging. pino is a very fast Node.js logger with very low overhead. It is in many cases 5x faster than alternatives, based on benchmarks. pino offers not just speed but a number of great features as well, such as a browser API, child loggers, transports, and pretty printing, which "prettifies" your logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Control your traffic usage. These scripts currently support the o2 surf@home router II (which does'nt allow to track your traffic usage) only. The scripts consist of the backend, a gnome-applet and a mac-osx applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    wallmount
    I was looking for a system for showing status on a wall mounted monitor or projector. I did't found any easy to use and still FREE (as in Free Beer!).. So I start coding my own in JScript. I'm not super hardcore to jscript - so there is alot of newbie errors... Milestone.1 is : showing RRD + news + weather Milestone.2 is : showing RRD + (news?)videos+ news + weather. Milestone.3 is : PHP-BackEnd interface with Database + showing RRD + Youtube videos+ news + weather. Milestone.4 is :A nice Linux install (RPM/DEP) for embeded systems(Rasberry pi/Beaglebone)+ showing RRD + Youtube videos+ news + weather. Install : unRAR the file and point your browser to the index.html file(edit it!). (change the view to 150% and remove the toolbar and you got a info system!) The graph are from our MUNIN-server. Munin :http://munin-monitoring.org/wiki/munin-graph
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    winston

    winston

    A logger for just about everything

    Winston is designed to be a simple and universal logging library with support for multiple transports. A transport is essentially a storage device for your logs. Each winston logger can have multiple transports (see: Transports) configured at different levels (see: Logging levels). For example, one may want error logs to be stored in a persistent remote location (like a database), but all logs output to the console or a local file. Winston aims to decouple parts of the logging process to make it more flexible and extensible. Attention is given to supporting flexibility in log formatting (see: Formats) & levels (see: Using custom logging levels), and ensuring those APIs decoupled from the implementation of transport logging (i.e. how the logs are stored / indexed, see: Adding Custom Transports) to the API that they exposed to the programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    yalimon (Yet another linux monitoring tool) is a python script that runs as a cron job, gathers data from several commands, stores it in a database and then creates graphs out of it. A web interface is used to view the images and to manage the module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    a java based monitoring tool,logs all the user actions and errors with runtime data, displays execution performance and executed method lines. It doesnt modifiy class source files and no need for coding, just put it in your class path and see the mir
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB