.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    LoggerFactory Property

    LoggerFactory

    Gets the SingletonServiceFactory<TService> for ILoggerFactory.

    Declaration
    public SingletonLoggerFactoryServiceFactory LoggerFactory { get; }
    Property Value
    SingletonLoggerFactoryServiceFactory

    The SingletonServiceFactory<TService> for ILoggerFactory.

    Remarks

    The only option available for logging is the ILoggerFactory creator, which can only be set programmatically. All other logging options (level, etc.) are configured via the default Microsoft configuration system. See https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging for details and documentation.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.