CaptureLogger

CaptureLogger is variant of ExUnit.CaptureLog that allows specification of a variant formatter to be specified.

Usage

CaptureLogger is intended to be used in the same way as ExUnit.CaptureLog.

Installation

CaptureLogger can be installed by adding capture_logger to your list of dependencies in mix.exs:

def deps do
  [
    {:capture_logger, "~> 1.0"}
  ]
end

Documentation is found on HexDocs.

Semantic Versioning

CaptureLogger follows Semantic Versioning 2.0.