Skip to content

fva-net/maxs-logger-java

Repository files navigation

maxs-logger-java

maxs-logger-java is a Java utility for generating MAXS log files, supporting notification logging, attribute validation, and file output in XML format.

Features

  • Log messages with different severity levels (INFO, WARNING, ERROR, etc.)
  • Validate required and non-zero attributes
  • Output notifications to .maxs XML files
  • Integration with REXS model components

Requirements

  • Java 17

Installation

Add the dependency to your project:

Using Maven

<dependency>
    <groupId>io.github.fva-net</groupId>
    <artifactId>maxs-logger-java</artifactId>
    <version><!-- use latest released version here --></version>
</dependency>

Development

Requirements

  • Java 17+
  • Maven

Setup

  1. Clone the repository.
  2. Build with Maven:
    mvn clean install
    

Usage

Import and use the MaxsLogger class to log messages

Testing

Run unit and integration tests with:

mvn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages