IExceptionLogger.Log method
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Logs the specified exception.
public void Log(Exception exception, string category)
| parameter | description |
|---|---|
| exception | The exception. |
| category | Optional category, can be null |
See Also
- interface IExceptionLogger