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.3Syntax
public static class LoggerMessageFormatter : Object
Properties
StateAndExceptionMessageFormatter
Declaration
public static Func<string, Exception, string> StateAndExceptionMessageFormatter { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
CreateStateAndExceptionMessageFormatter()
Declaration
public static Func<string, Exception, string> CreateStateAndExceptionMessageFormatter()
Returns
Type | Description |
---|---|
System. |