LogDefinition typedef

LogDefinition = Set<(LogLevel, LogEmit)>

Implementation

typedef LogDefinition = Set<(LogLevel level, LogEmit emit)>;