# Functions
NewReporter creates a new noop reporter.
# Constants
DefaultFormat is a log format, resulting in: "2006-01-02T15:04:05: type: 'STATE': event type: 'STARTING' message: Application 'filebeat' is starting.".
JSONFormat is a log format, resulting in: {"timestamp": "2006-01-02T15:04:05", "type": "STATE", "event": {"type": "STARTING", "message": "Application 'filebeat' is starting."}.
# Structs
Reporter is a reporter without any effects, serves just as a showcase for further implementations.
# Type aliases
Format used for logging [DefaultFormat, JSONFormat].