Show / Hide Table of Contents

Interface IInitLogger<T>

Inherited Members
Microsoft.Extensions.Logging.ILogger.Log<TState>(Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, TState, System.Exception, System.Func<TState, System.Exception, string>)
Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)
Microsoft.Extensions.Logging.ILogger.BeginScope<TState>(TState)
Namespace: Volo.Abp.Logging
Assembly: Volo.Abp.Core.dll
Syntax
public interface IInitLogger<out T> : ILogger<T>, ILogger
Type Parameters
Name Description
T

Properties

Entries

Declaration
List<AbpInitLogEntry> Entries { get; }
Property Value
Type Description
System.Collections.Generic.List<T><AbpInitLogEntry>

Extension Methods

AbpLoggerExtensions.LogException(ILogger, Exception, LogLevel?)
AbpLoggerExtensions.LogWithLevel(ILogger, LogLevel, string, Exception)
AbpLoggerExtensions.LogWithLevel(ILogger, LogLevel, string)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft