Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILoggingConfiguration

    Namespace: Umbraco.Cms.Core.Logging
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ILoggingConfiguration

    Properties

    View Source

    LogDirectory

    Gets the physical path where logs are stored.

    Declaration
    string LogDirectory { get; }
    Property Value
    Type Description
    string
    View Source

    LogFileNameFormat

    Gets the file name format for the log files.

    Declaration
    string LogFileNameFormat { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    GetLogFileNameFormatArguments()

    Gets the file name format arguments for the log files.

    Declaration
    string[] GetLogFileNameFormatArguments()
    Returns
    Type Description
    string[]
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX