constructor()

in src/config.ts [33:37]


    constructor(location: string = "udp", extra_common_tags: Tags = {}, logger: Logger = get_logger()) {
        this.location = this.calculate_location(location);
        this.extra_common_tags = this.calculate_extra_common_tags(extra_common_tags);
        this.logger = logger;
    }