FluentLog4Net.Layouts.LayoutDefinitionBuilder.ExceptionMessage C# (CSharp) Method

ExceptionMessage() public method

Renders only the exception message from the logging event.
public ExceptionMessage ( ) : ExceptionLayoutDefinition
return ExceptionLayoutDefinition
        public ExceptionLayoutDefinition ExceptionMessage()
        {
            return new ExceptionLayoutDefinition();
        }