Search Results for

    Show / Hide Table of Contents
    View Source

    Class LoggingSettingsExtensions

    Extension methods for LoggingSettings.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class LoggingSettingsExtensions

    Methods

    View Source

    GetAbsoluteLoggingPath(LoggingSettings, IHostEnvironment)

    Gets the absolute logging path (maps a virtual path to the applications content root).

    Declaration
    public static string GetAbsoluteLoggingPath(this LoggingSettings loggingSettings, IHostEnvironment hostEnvironment)
    Parameters
    Type Name Description
    LoggingSettings loggingSettings

    The logging settings.

    IHostEnvironment hostEnvironment

    The host environment.

    Returns
    Type Description
    System.String

    The absolute logging path.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAbsoluteLoggingPath(LoggingSettings, IHostEnvironment)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX