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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Provides standard methods for logging messages at different levels.

Inheritance
System.Object
LoggerMessageFormatter
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: EPiServer.Logging.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public static class LoggerMessageFormatter

Properties

StateAndExceptionMessageFormatter

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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

Methods

CreateStateAndExceptionMessageFormatter()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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