GeoLoggerCommandRunner constructor

GeoLoggerCommandRunner()

Implementation

GeoLoggerCommandRunner()
    : super(
        'geologger',
        'Add geo locations to the Traefic access log.',
      ) {
  addCommand(RunCommand());
  addCommand(VersionCommand());
}