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.
FormatLogger
1 parent 14bfd1b commit b02ddadCopy full SHA for b02ddad
src/Sinks/formatlogger.jl
@@ -1,6 +1,5 @@
1
-
2
-struct FormatLogger <: AbstractLogger
3
- formatter
+struct FormatLogger{T} <: AbstractLogger
+ formatter::T
4
stream::IO
5
always_flush::Bool
6
end
0 commit comments