Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit a46d6e0

Browse files
committed
Merge branch '4-level-with-parameters' into 'main'
Level with parameters Closes #4 See merge request bot-by/slf4j-aws-lambda!5
2 parents 7183adc + a2433c4 commit a46d6e0

File tree

15 files changed

+1372
-317
lines changed

15 files changed

+1372
-317
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Added
9+
- Support Markers
10+
- Update dependencies
11+
712
## 1.1.0 - 2022-06-29
813
### Added
914
- Name of AWS request ID is configurable

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
55
[![Codacy Grade](https://app.codacy.com/project/badge/Grade/dda626a02daf464c94aa10955a6b8f6b)](https://www.codacy.com/gl/bot-by/slf4j-aws-lambda/dashboard?utm_source=gitlab.com&utm_medium=referral&utm_content=bot-by/slf4j-aws-lambda&utm_campaign=Badge_Grade)
66
[![Codacy Coverage](https://app.codacy.com/project/badge/Coverage/dda626a02daf464c94aa10955a6b8f6b)](https://www.codacy.com/gl/bot-by/slf4j-aws-lambda/dashboard?utm_source=gitlab.com&utm_medium=referral&utm_content=bot-by/slf4j-aws-lambda&utm_campaign=Badge_Coverage)
77
[![Maven Central](https://img.shields.io/maven-central/v/uk.bot-by/slf4j-aws-lambda)](https://search.maven.org/artifact/uk.bot-by/slf4j-aws-lambda)
8+
[![Javadoc](https://javadoc.io/badge2/uk.bot-by/slf4j-aws-lambda/javadoc.svg)](https://javadoc.io/doc/uk.bot-by/slf4j-aws-lambda)
89

910
## Getting started
1011

src/main/java/org/slf4j/impl/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Contains SLF4J implementations binding AWS Lambda classes to the <a
3-
* href="https://www.slf4j.org/">SLF4J framework</a>.
2+
* Contains SLF4J binding AWS Lambda classes to the <a href="https://www.slf4j.org/">SLF4J
3+
* framework</a>.
44
*
55
* @author Witalij Berdinskich
66
* @since 1.0.0

0 commit comments

Comments
 (0)