针对于Critical,Debug,Trace,Error,Information,Warning级别的日志可以通过Nlog组件进行实现,并且可以写入到Console,file,database
2.log4net针对于Critical,Debug,Trace,Error,Information,Warning级别的日志可以通过log4net组件进行实现,并且可以写入到Console,file,database
四、注册中心 1. consul针对于MqttServiceRoute、ServiceCache、ServiceCommand、ServiceRoute采用了consul的Key/Value 进行存储,并且更新是采用了心跳进行更新
2. zookeeper