Interface ILoggingConfiguration
Namespace: Umbraco.Cms.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public interface ILoggingConfiguration
Properties
View SourceLogDirectory
Gets the physical path where logs are stored.
Declaration
string LogDirectory { get; }
Property Value
Type | Description |
---|---|
System.String |
LogFileNameFormat
Gets the file name format for the log files.
Declaration
string LogFileNameFormat { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceGetLogFileNameFormatArguments()
Gets the file name format arguments for the log files.
Declaration
string[] GetLogFileNameFormatArguments()
Returns
Type | Description |
---|---|
System.String[] |