This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666
6767 <properties >
6868 <!-- version -->
69- <revision >1.1.0 </revision >
69+ <revision >1.1.1 </revision >
7070 <changelist >-SNAPSHOT</changelist >
7171 <sha1 />
7272 <!-- java and maven -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1111Yet another SLF4J Simple, isn't it?
1212
1313No, it isn't. This implementation supports MDC to print out ** AWS request ID** in start of every
14- logging record.
14+ logging record. This implementation does not currently support Markers.
1515
1616The sample code, see the folder ** [ example] ( example ) ** :
1717
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h3>An <a href="https://www.slf4j.org/">SLF4J Logger</a> implementation for <a
1010< p > Yet another < a href ="https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html "> SLF4J
1111 Simple</ a > , isn't it?</ p >
1212< p > No, it isn't. This implementation supports MDC to print out < strong > AWS request ID</ strong > in
13- start of every logging record.</ p >
13+ start of every logging record. This implementation does not currently support Markers. </ p >
1414< p > The sample code, see the folder < strong > example</ strong > (< a
1515 href ="https://gitlab.com/bot-by/slf4j-aws-lambda/-/tree/main/example "> GitLab</ a > , < a
1616 href ="https://github.com/bot-by/slf4j-aws-lambda/tree/main/example "> GitHub</ a > ):</ p >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1010Yet another SLF4J Simple, isn't it?
1111
1212No, it isn't. This implementation supports MDC to print out ** AWS request ID** in start of every
13- logging record.
13+ logging record. This implementation does not currently support Markers.
1414
1515The sample code, see the folder ** [ example] [ ] ** :
1616
You can’t perform that action at this time.
0 commit comments