Search Results for

    Show / Hide Table of Contents
    View Source

    Class StaticApplicationLogging

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class StaticApplicationLogging

    Properties

    View Source

    Logger

    Declaration
    public static ILogger<object> Logger { get; }
    Property Value
    Type Description
    ILogger<System.Object>

    Methods

    View Source

    CreateLogger(Type)

    Declaration
    public static ILogger CreateLogger(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    ILogger
    View Source

    CreateLogger<T>()

    Declaration
    public static ILogger<T> CreateLogger<T>()
    Returns
    Type Description
    ILogger<T>
    Type Parameters
    Name Description
    T
    View Source

    Initialize(ILoggerFactory)

    Declaration
    public static void Initialize(ILoggerFactory loggerFactory)
    Parameters
    Type Name Description
    ILoggerFactory loggerFactory
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Logger
    • Methods
      • CreateLogger(Type)
      • CreateLogger<T>()
      • Initialize(ILoggerFactory)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX