interface LogDestination
abstract fun dump(logs: List<Log>): Unit
class FileDestination : LogDestination