A Logging library to capture logs from the app and push them to a service hosted with in Some Network. This code could either be used as a library or it could be merged in to the app as just another class. At any point only one instance of this logger should be available across the entire app. This api should let user specify logging level. There are multiple logging levels – “PROD”, “DEBUG” and “INFO”. If there is no logging level specified, “INFO” level should be assumed. Each log string should have this format:
[Logging Level][space][Timestamp][space][Name of the class sending the log][space][line number of the log statement][space][any message][space][space delimited argument list]