Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class LoggerMessageFormatter

Provides standard methods for logging messages at different levels.

Inheritance
System.Object
LoggerMessageFormatter
Namespace: EPiServer.Logging.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public static class LoggerMessageFormatter : Object

Properties

StateAndExceptionMessageFormatter

Declaration
public static Func<string, Exception, string> StateAndExceptionMessageFormatter { get; set; }
Property Value
Type Description
System.Func<System.String, System.Exception, System.String>

Methods

CreateStateAndExceptionMessageFormatter()

Declaration
public static Func<string, Exception, string> CreateStateAndExceptionMessageFormatter()
Returns
Type Description
System.Func<System.String, System.Exception, System.String>