Table of Contents

Class LogManagerMixin

Namespace
Splat
Assembly
Splat.dll

Extension methods associated with the logging module.

public static class LogManagerMixin
Inheritance
LogManagerMixin

Methods

GetLogger<T>(ILogManager)

Gets a IFullLogger for the specified ILogManager.

public static IFullLogger GetLogger<T>(this ILogManager logManager)

Parameters

logManager ILogManager

The log manager to get the logger from.

Returns

IFullLogger

A logger for the specified type.

Type Parameters

T

The type of ILogManager to use.