IExceptionLogger.Log method

namespace: Serenity.Abstractions   assemblySerenity.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