FluentLog4Net.Layouts.LayoutDefinitionBuilder.ExceptionMessage C# (CSharp) 메소드

ExceptionMessage() 공개 메소드

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