Skip to content

Commit

Permalink
[0.14.0]
Browse files Browse the repository at this point in the history
README.md improved
build.gradle description improved
  • Loading branch information
GoodforGod committed Apr 10, 2022
1 parent baac08c commit 841c481
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,22 @@ implementation "io.goodforgod:slf4j-simple-logger:0.14.0"

Based on SLF4J 1.7.36

## Log Example
## Content

- [Logging example](#logging-example)
- [Features](#features)
- [Performance Optimizations](#performance-optimizations)
- [DateTime output](#datetime-output)
- [Logger name abbreviation](#logger-name-abbreviation)
- [Environment logging](#environment-logging)
- [Environment configuration](#environment-configuration)
- [Runtime refresh](#runtime-refresh)
- [Output split](#output-split)
- [Callable and Supplier](#callable-and-supplier)
- [Logger level change](#logger-level-change)
- [Configuration](#configuration)

## Logging example

Below is example of logged message:
```java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publishing {
pom {
name = "SLF4J Simple Logger"
url = "https://github.com/GoodforGod/$artifactId"
description = "Slf4j simple logger enchanted implementation."
description = "SLF4J based, simple, GraalVM friendly, efficient logger that is great for Serverless applications, single-thread or CLI applications."

license {
name = "Apache License 2.0"
Expand Down

0 comments on commit 841c481

Please sign in to comment.