Trace 사용
log
public static void Trace(this ILog log, string message, Exception? exception = null)
=> log.Logger.Log(typeof(Log), log4net.Core.Level.Trace, message, exception);
log
public static void Trace(this ILog log, string message, Exception? exception = null)
=> log.Logger.Log(typeof(Log), log4net.Core.Level.Trace, message, exception);