mirror of https://github.com/abpframework/abp.git
Browse Source
- WriteInitLogs now uses ILoggerFactory to flush all InitLogger categories with their original category name instead of only flushing AbpApplicationBase - Add CategoryName to AbpInitLogEntry, recorded automatically by DefaultInitLogger<T> using typeof(T).FullName - Add GetAllEntries/ClearAllEntries to IInitLoggerFactory interface - Add GetReferencedAssemblies filter to skip non-ABP assemblies - Handle ReflectionTypeLoadException separately from other exceptions - Add CategoryName null/empty fallback in WriteInitLogs - Skip DisablePropertyInjection types from orphaned module detectionpull/25223/head
3 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue