ILoggingService
Logging Service
Interface
This currently simply logs errors to the console, but in the future we may provide a service that logs to a remote server which can be viewed by the developer.
Methods
LogError(Exception, Dictionary<string, object>) | Logs an error to the console, nicely formatted. |
LogError(string, Exception, Dictionary<string, object>) | Logs an error to the console, nicely formatted. |