We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e052fd commit fbeccf9Copy full SHA for fbeccf9
lib/logger/lib/logger/formatter.ex
@@ -84,7 +84,7 @@ defmodule Logger.Formatter do
84
> * Be an atom
85
> * Be a reference
86
> * Be a port
87
- > * Implement the `String.Chars` protocol
+ > * Implement the `String.Chars` protocol (except for charlists)
88
>
89
> If none of the conditions above are `true`, the given metadata get
90
> discarded.
0 commit comments