Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    LoggerFactory Property

    LoggerFactory

    Gets the SingletonServiceFactory<TService> for ILoggerFactory.

    Declaration
    public SingletonServiceFactory<ILoggerFactory> LoggerFactory { get; }
    Property Value
    SingletonServiceFactory<ILoggerFactory>

    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-2021 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.