Extract package:co-log-core

If msg is Monoid then extract performs given log action by passing mempty to it.
>>> logPrint :: LogAction IO [Int]; logPrint = LogAction print

>>> extract logPrint
[]