London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class LogExtensions

Extension methods when working with log

Inheritance
System.Object
LogExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Extensions
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public static class LogExtensions

Methods

DebugBeginMethod(ILogger, String, Object[])

Write a debug message to the log containing information about how a method was called.

Declaration
public static void DebugBeginMethod(this ILogger logger, string methodName, params object[] parameters)
Parameters
Type Name Description
EPiServer.Logging.ILogger logger

The object this method extends

System.String methodName

The name of the method that was just called

System.Object[] parameters

The parameters supplied to the called method