Closed colinfang closed 8 years ago
Logger("mylogger") triggers an error due to [STDERR] is not Array{LogOutput, 1}, but a Array{IO, 1}
[STDERR]
Array{LogOutput, 1}
Array{IO, 1}
Thanks! Can you add a test for this?
done
Thanks!
Logger("mylogger") triggers an error due to
[STDERR]
is notArray{LogOutput, 1}
, but aArray{IO, 1}