Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
30bfa3f0037f03cb4a1ab2cdfde0db43341e8fea
Umbraco-CMS/src/Umbraco.Core/Logging/ILoggingConfiguration.cs

12 lines
230 B
C#
Raw Normal View History

more cleanup of system dirs
2020-12-08 11:08:14 +11:00
namespace Umbraco.Core.Logging
Fixes up all logging. Configures serilog logging to replace MS logging just like serilog does, adds new ILoggerConfiguration so we aren't hard coding things, dynamically adds enrichers when the container is ready to resolve services.
2020-04-22 14:23:56 +10:00
{
public interface ILoggingConfiguration
{
/// <summary>
more cleanup of system dirs
2020-12-08 11:08:14 +11:00
/// Gets the physical path where logs are stored
Fixes up all logging. Configures serilog logging to replace MS logging just like serilog does, adds new ILoggerConfiguration so we aren't hard coding things, dynamically adds enrichers when the container is ready to resolve services.
2020-04-22 14:23:56 +10:00
/// </summary>
string LogDirectory { get; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 409ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API