1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-08 07:53:52 +02:00

return the global logger for now

This commit is contained in:
kalmarek 2018-01-01 23:55:07 +01:00
parent 7ac194f98a
commit f48e8ba8d7

View File

@ -26,7 +26,7 @@ function setup_logging(name::String)
e = redirect_stderr(logger.handlers["full_log"].io)
return logger
return LOGGER
end
macro logtime(logger, ex)