An open API service indexing awesome lists of open source software.

https://github.com/alexanderlapygin/log4j-starter


https://github.com/alexanderlapygin/log4j-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        





# Log4j Starter

## Feature tags

- java
- log4j
- maven
- starter
- template

---

## Direct ancestors
[- log4j](https://github.com/AlexanderLapygin/java-helloworld/tree/main#readme)

## Direct descendants
[+ gelf](https://github.com/AlexanderLapygin/log4j-graylog-gelf-starter#readme)

---

## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin) <>

---

## Requirements

- [Log4j](https://logging.apache.org/log4j/2.x/)
- [Maven](https://maven.apache.org/)
- [Java 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)

---

## Build

```sh
mvnw clean package
```

## Run

```sh
java -jar target/hello-world-1.0.jar
```

See the log entry in the *app.log* file:
```sh
2023-09-06 23:44:39,261 [main] INFO com.example.App - Hello, World!
```

### License

Licensed under the [MIT license](./LICENSE)

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)