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
loggerIFrameworkLoggermessagestring
LogDebug(IFrameworkLogger, string)
public static void LogDebug(this IFrameworkLogger logger, string message)
Parameters
loggerIFrameworkLoggermessagestring
LogError(IFrameworkLogger, string)
public static void LogError(this IFrameworkLogger logger, string message)
Parameters
loggerIFrameworkLoggermessagestring
LogInfo(IFrameworkLogger, string)
public static void LogInfo(this IFrameworkLogger logger, string message)
Parameters
loggerIFrameworkLoggermessagestring
LogTrace(IFrameworkLogger, string)
public static void LogTrace(this IFrameworkLogger logger, string message)
Parameters
loggerIFrameworkLoggermessagestring
LogWarning(IFrameworkLogger, string)
public static void LogWarning(this IFrameworkLogger logger, string message)
Parameters
loggerIFrameworkLoggermessagestring