exceptionless / Exceptionless.Java

Exceptionless Java client
Apache License 2.0
6 stars 2 forks source link

Add a method to submit exception with message #41

Closed pc9795 closed 3 years ago

pc9795 commented 3 years ago

Loggers provide a method to submit an exception with a message like log.error(message, e). The client can surface such a method to easily work with this kind of situation when used as an appender for other logging frameworks