bkavuncu / GDO

GDO
MIT License
0 stars 1 forks source link

Image logging #164

Closed JingqingZ closed 7 years ago

JingqingZ commented 7 years ago
  1. Create an interface for logging.
  2. No need to change web.config in each app anymore. Avoid potential conflicts between Core.Web.config and App.Web.config.
  3. If an app wants to support logging, it needs to implement the new interface, which is easy. There are samples in CaveHub and ImageAppHub.