DOC

com.alcosi : commons-library-logging

Maven & Gradle

Jun 12, 2024
0 stars

commons-library-logging · This library is a set of frequently used components and includes (in the future it is planned to split into separate libraries): - Facilitating synchronization of processes, including those in different threads (com.alcosi.lib.synchronisation) - Logging of incoming and outgoing requests Http,RabbitMQ (com.alcosi.lib.rabbit,com.alcosi.lib.logging.http,com.alcosi.lib.filters) - Logging of execution time and errors with annotations (using AspectJ) (com.alcosi.lib.logging.annotations) - Logging SQL queries/responses and notice/exception (for JDBCTemplate) (com.alcosi.lib.db) - CORS Filter - Response caching for incoming Http requests. (com.alcosi.lib.filters) - Error handling for incoming and outgoing requests Http,RabbitMQ (com.alcosi.lib.rabbit,com.alcosi.lib.logging.http) - RabbitMQ configuration (com.alcosi.lib.rabbit) - Facilitating the connection of external JARs to the application. (com.alcosi.lib.utils.ExternalJarLoad) - Set of serializers for Jackson (com.alcosi.lib.serializers) - Custom thread pools, including with blocking queue (com.alcosi.lib.executors) - Swagger and OpenAPI distribution (com.alcosi.lib.doc) - Load balancer when working with Etherium nodes (com.alcosi.lib.crypto) - Contract caching for WEB3J (com.alcosi.lib.crypto) - Automatic registration of frequently used components in Spring (only if available in classpath) - Interface and wrappers for encryption/decryption (com.alcosi.lib.secured.encrypt) - Encryption key provider interface and implementations - in env. variable and through http - Thread context form headers/to headers (com.alcosi.lib.filters,com.alcosi.lib.logging.http) - Simple authentication (com.alcosi.lib.filters) - Secured data containers with JSON serialization and log masking (com.alcosi.lib.secured.container,com.alcosi.lib.secured.logging.files,com.alcosi.lib.serializers) Without dependencies

Table Of Contents

Latest Version

Download com.alcosi : commons-library-logging Javadoc & API Documentation - Latest Versions:

All Versions

Download com.alcosi : commons-library-logging Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file commons-library-logging-4.0.5-javadoc.jar to commons-library-logging-4.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder commons-library-logging-4.0.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "commons-library-logging-4.0.5-sources.jar" -d "commons-library-logging-4.0.5-javadoc" -subpackages 

Advertisement