logger.config 298 B

1234567891011121314151617
  1. //配置文件
  2. {
  3. list:
  4. [
  5. {
  6. "id":"ResfulLogger",
  7. "pluginID":"CodingLogger",
  8. "lib":"binary\\Logger.dll",
  9. "singleton":true
  10. }
  11. ],
  12. enable:"true",
  13. url:"http://:8080/log",
  14. appCode:"PC-IMClient@LS",
  15. clientVersion:"7.10"
  16. }