Table of Contents

Class LoggerExtensions

Namespace
MoonBark.GridPlacement.Core.Interfaces
Assembly
MoonBark.GridPlacement.Core.dll
public static class LoggerExtensions
Inheritance
LoggerExtensions
Inherited Members

Methods

LogCritical(IFrameworkLogger, string)

public static void LogCritical(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string

LogDebug(IFrameworkLogger, string)

public static void LogDebug(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string

LogError(IFrameworkLogger, string)

public static void LogError(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string

LogInfo(IFrameworkLogger, string)

public static void LogInfo(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string

LogTrace(IFrameworkLogger, string)

public static void LogTrace(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string

LogWarning(IFrameworkLogger, string)

public static void LogWarning(this IFrameworkLogger logger, string message)

Parameters

logger IFrameworkLogger
message string