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

Commit f8e3a51

Browse files
committed
Update web-site's links. Update CHANGELOG
1 parent aa9cee8 commit f8e3a51

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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

77
## Unreleased
8+
### Added
9+
- Implement a logger.
10+
- Add Javadocs.
11+
- Add the site.
812

913
## 1.0.0 - 2012-04-$$
1014
### Added

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<name>SLF4J for AWS Lambda</name>
2727
<description>An SLF4J Logger implementation for AWS Lambda</description>
28-
<url>https://gitlab.com/bot-by/slf4j-aws-lambda</url>
28+
<url>https://slf4j-aws-lambda.bot-by.uk/</url>
2929
<inceptionYear>2022</inceptionYear>
3030
<organization>
3131
<name>bot-by</name>
@@ -97,6 +97,8 @@
9797
<!-- dependencies -->
9898
<jetbrains-annotations.version>23.0.0</jetbrains-annotations.version>
9999
<slf4j.version>1.7.36</slf4j.version>
100+
<!-- other -->
101+
<package.registry.url>https://gitlab.com/bot-by/slf4j-aws-lambda/-/packages</package.registry.url>
100102
</properties>
101103

102104
<dependencies>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ limitations under the License.
128128

129129
[lambda]: https://aws.amazon.com/lambda/
130130

131-
[slf4j-simple]: https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html
132-
133131
[manual]: https://www.slf4j.org/manual.html
134132

133+
[slf4j-simple]: https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html
134+
135135
[SimpleDateFormat]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/text/SimpleDateFormat.html

src/site/markdown/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ It looks for the `lambda-logger.properties` resource and read properties:
2727
The environment variables overrides the properties: **LOG_DATE_TIME_FORMAT**, **LOG_DEFAULT_LEVEL**,
2828
**LOG_LEVEL_IN_BRACKETS**, **LOG_SHOW_DATE_TIME**, **LOG_SHOW_NAME**, **LOG_SHOW_SHORT_NAME**,
2929
**LOG_SHOW_THREAD_ID**, **LOG_SHOW_THREAD_NAME**.
30+
31+
[manual]: https://www.slf4j.org/manual.html
32+
33+
[slf4j-simple]: https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html
34+
35+
[SimpleDateFormat]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/text/SimpleDateFormat.html

0 commit comments

Comments
 (0)