[
https://jira.qos.ch/browse/SLF4J-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20259#comment-20259
]
Mary Hayes commented on SLF4J-435:
----------------------------------
Yes - Updated text before the example should read (without bold or colour):
{quote}*Escaping the "\{}" pair*
The "\{}" pair is called the _formatting anchor_. It serves to designate the
location where arguments need to be substituted within the message pattern.
SLF4J only cares about the _formatting anchor_, that is the '\{' character
immediately followed by '}'. Thus, in case your message contains the '\{' or
the '}' character, you do not have to do anything special unless the '}'
character immediately follows '*{color:#d04437}\{{color}*'. For example,
{quote}
> Minor typo in FAQ
> -----------------
>
> Key: SLF4J-435
> URL: https://jira.qos.ch/browse/SLF4J-435
> Project: SLF4J
> Issue Type: Bug
> Components: Unspecified
> Environment: https://www.slf4j.org/faq.html
> Reporter: Sam Mefford
> Assignee: SLF4J developers list
> Priority: Trivial
> Fix For: 2.0.0-alpha2
>
>
> The last character in this paragraph appears to be incorrect:
> {quote}SLF4J only cares about the _formatting anchor_, that is the '\{'
> character immediately followed by '}'. Thus, in case your message contains
> the '\{' or the '}' character, you do not have to do anything special unless
> the '}' character immediately follows '}'.
> {quote}
> Shouldn't it end with "immediately follows '\{'."?
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev