Hi,
Elixir 1.11 will enable Logger put information of a struct. However, pid, ref and so on are except.
Why don't pid and ref have a definition of default String.Chars protocol? Or, I think Logger should be able to put information even in case of pid or ref, that is, even in case that String.Chars protocol for it isn't defined.
Especially, when we develop industrial IoTs using Nerves, logging pid or ref is often used. Thus, the lack of the function that I proposed makes programmers be troubled with the issue.