Class AbpLoggerExtensions
- Namespace
- Microsoft.Extensions.Logging
- Assembly
- Volo.Abp.Core.dll
public static class AbpLoggerExtensions
- Inheritance
-
AbpLoggerExtensions
- Inherited Members
Methods
LogException(ILogger, Exception, LogLevel?)
public static void LogException(this ILogger logger, Exception ex, LogLevel? level = null)
Parameters
LogWithLevel(ILogger, LogLevel, string)
public static void LogWithLevel(this ILogger logger, LogLevel logLevel, string message)
Parameters
LogWithLevel(ILogger, LogLevel, string, Exception)
public static void LogWithLevel(this ILogger logger, LogLevel logLevel, string message, Exception exception)