Showing 24 open source projects for "slf4j-log4j12"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 1
    WebMagic

    WebMagic

    A scalable web crawler framework for Java

    ... include the fact that it is multi-thread and has distribution support. WebMagic is very easy to integrate. Add dependencies to your pom.xml. WebMagic use slf4j with slf4j-log4j12 implementation. If you customized your slf4j implementation, please exclude slf4j-log4j12. You can write a class implementation of PageProcessor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Activiti

    Activiti

    Light-weight workflow and business process management pltaform

    Helping businesses solve automation challenges in distributed, highly-scalable and cost effective infrastructures. Activiti is the leading lightweight, java-centric open-source BPMN engine supporting real-world process automation needs. Activiti Cloud is now the new generation of business automation platform offering a set of cloud native building blocks designed to run on distributed infrastructures. Inmutable, scalable & pain free Process & Decision Runtimes designed to integrate with your...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    JDA

    JDA

    Java wrapper for the popular chat & VOIP service

    JDA strives to provide a clean and full wrapping of the Discord REST api and its Websocket-Events for Java. This library is a helpful tool that provides the functionality to create a discord bot in java. Discord is currently prohibiting the creation and usage of automated client accounts (AccountType.CLIENT). We have officially dropped support for client login as of version 4.2.0! Note that JDA is not a good tool to build a custom discord client as it loads all servers/guilds on startup,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Micrometer Application Metrics

    Micrometer Application Metrics

    App observability facade for the most popular observability tools

    Micrometer provides a simple facade over the instrumentation clients for the most popular observability systems, allowing you to instrument your JVM-based application code without vendor lock-in. Think SLF4J, but for observability. Micrometer provides vendor-neutral interfaces for timers, gauges, counters, distribution summaries, and long task timers with a dimensional data model that, when paired with a dimensional monitoring system, allows for efficient access to a particular named metric...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 5
    AmazonMSK AWS Identity Access Management

    AmazonMSK AWS Identity Access Management

    Use AWS Identity and (IAM) to connect to Amazon Managed Streaming

    .... This new SASL mechanism can be used by Kafka clients to authenticate against Amazon MSK clusters using AWS IAM. After you've downloaded the code from GitHub, you can build it using Gradle. An uber jar containing the library and all its relocated dependencies except the kafka client and slf4j-api can also be built. At runtime, the uber jar expects to find the kafka client library and the sl4j-api library on the classpath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AWS X-Ray SDK for Java

    AWS X-Ray SDK for Java

    The official AWS X-Ray Recorder SDK for Java

    ... be useful to further decorate portions of an application for which performance is critical. Generating subsegments around these hot spots will help in understanding their impact on application performance. There are a few different styles available for tracing custom methods.You can automatically inject your current Trace ID into logging statements if you use the Log4J or SLF4J logging frontends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Timbre

    Timbre

    Pure Clojure/Script logging library

    Java logging can be a Kafkaesque mess of complexity that buys you little. Getting even the simplest logging working can be comically hard, and it often gets worse at scale as your needs become more sophisticated. Timbre offers an all Clojure/Script alternative that's fast, deeply flexible, easy to configure with pure Clojure data, and that just works out the box. No XML. Easily filter logging calls by any combination of: level, namespace, and appended. Zero overhead compile-time level/ns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    log4db2

    log4db2

    Logging utility for DB2 for LUW written in SQL-PL

    ... are based on the popular Java logging utilities, such as Log4j and slf4j/logback. * Log4j - http://logging.apache.org/log4j * Logback/SLF4J - http://logback.qos.ch/ - http://www.slf4j.org/ The licenses of this project are: * For the source code is "BSD 2-Clause license". * For the documentation is "FreeBSD Documentation license." With these two licenses you are free to use, modify and distribute any part of this utility. Author: Andres Gomez Casanova
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    perftence

    perftence

    A fluent language to write perftences

    Performance test engine written in Java and exposed as a fluent API for writing JUnit tests. Perftence can also be used without JUnit by using perftence-api distribution package. Full test results are provided in html, which can published directly with different CI's (e.g. Jenkins/Hudson). Runtime test statistics are also provided through logging (e.g. using slf4j-log4j and log4j). Pertence tool can also be used for finding out threading issues. Just write a test that uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10

    cewolf-art

    cewolf code used by the ART reporting tool

    Code from the cewolf project with some minor modifications for use by the ART reporting tool. cewolf project - https://sourceforge.net/projects/cewolf/ ART - https://sourceforge.net/projects/art/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SSHAPI is yet another Java library for talking to SSH servers. However, instead of directly supporting SSH, it is instead a facade for a number of supported providers, including Maverick, Ganymed, J2SSH and JSch. Think of it like SLF4J, for SSH!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    aspect4log

    aspect4log

    one cross-cutting concern less to worry about

    Aspect4log solves the cross-cutting concern that every application has, i.e logging. It provides means to enable logging via slf4j by annotating you classes and methods with @Log. These will allow you to log more with less code and above all your log will have a unified easy to read and analyze format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    tomcat-slf4j-logback

    Integration of Slf4J+Logback with Apache Tomcat

    We moved fully to github. Go here for ALL releases... https://github.com/grgrzybek/tomcat-slf4j-logback/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JavaFeedParserCommon

    JavaFeedParserCommon

    Provides common classes, which can be used to parse news feeds

    "JavaFeedParserCommon" is a Java-library, which provides common classes and interfaces, which can be used by projects, which should allow to parse XML-based news feeds, such like RSS- or Atom-feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Eclipse JAX WS Plugin

    Eclipse Plugin to create a new Maven based JAX WS Project

    This plugin creates new Maven based JAX WS Projects with support for Spring , JPA , Hibernate and SLF4J. Plugin Creates 3 project -main , -core , -webdeploy. Main is parent project for -core and -webdeploy. Users can invoke all maven build commands on main project. Core project contains a sample Hello World Service and other business logic. Web Project contains XML related to Spring and Web Deployment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Low latency trading platform

    The documents for my achievements of the low latency technology

    Ultra-low latency trading platform MFC/Socket/Nios II/UcOS/FPGA Float Algorithm/Martlab/Simple FIX protocal FPGA Moving Average algorithm and performance evaluation with Marlab result. Fast response in the stock market Flash Crush situation. Stock exchange client Java RCP/Apache_Active_MQ/Plugins/QuickFIX/SLF4J/XstreamApache_LOG4J To see how the software trading client work. Through this way, I made deep understanding to how we can reduce the trading latency based on FPGA technology...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    samizdat

    Kerberized Messaging Toolkit for Java

    Samizdat is a toolkit for Java for building Kerberos secured distributed, message-oriented applications. The toolkit contains base classes that simplifies the management of Kerberos login contexts as well as flexibly sign and seal messages between principals using the Java GSS API. The toolkit contains Transformation classes for Kerberizing JMS traffic as well as a super-lean HTTP based protocol stack that supports both Synchronous (RPC) and Asynchronous modalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    x4juli is an e(x)tension for(4) the (j)ava util(u) (l)ogging implemantion. It is a port of major log4j features (RollingFileHandler, PatternLayout, Filters). It includes a native implementation of "Jakarta Commons Logging" and "slf4j".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An alternative/custom Minecraft server, written in Java, compatible with the original protocol. OpenCraft is built upon Apache MINA, SLF4J, Jython and XStream. The aim is to have features not in the official server distribution, like antigrief/scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Soon is dynamic web application using ExtJS for building rich internet applications. We aim that Soon should be easier than ExtJS development for tree, grid and so on. Now, Soon has just log class that develop using logback that implements SLF4J.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ekkes-corner
    HowTo make 3rdParty Libraries run (per ex. SLF4J, LogBack, Lilith and more) under Eclipse Equinox / OSGI Environments. Modeling and Code Generators: Eclipse Modeling with openArchitectureWare (MWE, Xpand, Xtend, Xtext), BlackBerry development ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Log bytecode enhancer: Will surround each logging statement with "isXXXEnabled()" call. So stop messing up your code with such non-productive code. Supports log4j, JDK logging, Apache Commons Logging and SLF4J. Based on just4log, Ant Task included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    log4jdbc is a JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other jdbc drivers using the Simple Logging Facade For Java (SLF4J) logging system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    truelicense-extensions

    This project includes several components, such as generate, install, a

    Note that this project is an independent add-on to TrueLicense; please refer to http://truelicense.java.net for more information. This project includes several components, such as generate, install, and verify components, which are configured as Spring Beans. Additional benefits include: * Unchecked exceptions are converted into runtime exceptions. * Log messages are written via the SLF4J logger. * An assembly module for building the jars. * Working examples are included as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next