.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    CreateLogger Method

    CreateLogger(string)

    Creates a new ILogger instance.

    Declaration
    public ILogger CreateLogger(string categoryName)
    Parameters
    string categoryName

    The category name for messages produced by the logger.

    Returns
    ILogger

    The ILogger.

    Implements
    ILoggerFactory.CreateLogger(string)
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.