pub type Logger<Event> = Logger<Event, WorkerIdentifier>;
Logger type for worker-local logging.
struct Logger<Event> { /* private fields */ }