Table of Contents

Interface INeosLogger<TSource>

Namespace
GroupeIsa.Neos.Shared.Logging
Assembly
GroupeIsa.Neos.Shared.dll

Specifies the functionalities of a Neos logger.

public interface INeosLogger<TSource> : INeosLogger

Type Parameters

TSource

Type of source.

Inherited Members

Methods

MemberLogger(string)

Gets a logger enriching the logs with the name of the calling method.

INeosLogger<TSource> MemberLogger(string memberName = "")

Parameters

memberName string

Name of the method.

Returns

INeosLogger<TSource>

Logger.