• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface ILogProvider

Provides logging services

Namespace: Snowflake.Services
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface ILogProvider

Methods

GetLogger(String)

Gets a new logger with the provided name.

Declaration
ILogger GetLogger(string loggerName)
Parameters
Type Name Description
System.String loggerName

The name of the logger.

Returns
Type Description
ILogger

A new logger instance.

Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.