PrintLoggerImplementation

public class PrintLoggerImplementation : LoggerOutput

A trivial logger that uses Swift print to stdout. This is not very useful except for debugging without a dependency on another logging framework, as used in Flint demo projects.