We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks the development progress of pattern formatters. The development takes place under branch pattern-formatter.
pattern-formatter
pattern!
{v}
{payload}
{t}
{tid}
{p}
{pid}
{n}
{logger}
{l}
{level}
{L}
{level-short}
{a}
{weekday-name}
{A}
{weekday-name-full}
{b}
{month-name}
{B}
{month-name-full}
{c}
{datetime}
{C}
{year-short}
{Y}
{year}
{D}
{date-short}
{m}
{month}
{d}
{day}
{H}
{hour}
{I}
{hour-12}
{M}
{minute}
{S}
{second}
{e}
{millisecond}
{f}
{microsecond}
{F}
{nanosecond}
{ampm}
{r}
{time-12}
{R}
{time-short}
{T}
{X}
{time}
{z}
{tz-offset}
{E}
{unix}
{+}
{full}
{^...$}
{@}
{loc}
{s}
{source-basename}
{g}
{source}
{#}
{line}
{%}
{column}
The text was updated successfully, but these errors were encountered:
The development status of the pattern formatters are now tracked in PR #12.
Sorry, something went wrong.
Lancern
Successfully merging a pull request may close this issue.
This issue tracks the development progress of pattern formatters. The development takes place under branch
pattern-formatter
.pattern!
{v}
,{payload}
){t}
,{tid}
){p}
,{pid}
){n}
,{logger}
){l}
,{level}
){L}
,{level-short}
){a}
,{weekday-name}
){A}
,{weekday-name-full}
){b}
,{month-name}
){B}
,{month-name-full}
){c}
,{datetime}
){C}
,{year-short}
){Y}
,{year}
){D}
,{date-short}
){m}
,{month}
){d}
,{day}
){H}
,{hour}
){I}
,{hour-12}
){M}
,{minute}
){S}
,{second}
){e}
,{millisecond}
){f}
,{microsecond}
){F}
,{nanosecond}
){p}
,{ampm}
){r}
,{time-12}
){R}
,{time-short}
){T}
,{X}
,{time}
){z}
,{tz-offset}
){E}
,{unix}
){+}
,{full}
){^...$}
){@}
,{loc}
){s}
,{source-basename}
){g}
,{source}
){#}
,{line}
){%}
,{column}
)The text was updated successfully, but these errors were encountered: