Make Log4NetLevel enricher internal - no need for it to be public

This commit is contained in:
Warren
2018-08-23 12:16:43 +01:00
parent 66e4e1f0f4
commit 0c9ac7fa45

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Core.Logging.SerilogExtensions
/// This is used to create a new property in Logs called 'Log4NetLevel'
/// So that we can map Serilog levels to Log4Net levels - so log files stay consistent
/// </summary>
public class Log4NetLevelMapperEnricher : ILogEventEnricher
internal class Log4NetLevelMapperEnricher : ILogEventEnricher
{
public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)
{