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

SimpleMessage() public method

Renders the level of the log statement, followed by " - " and then the message itself.
public SimpleMessage ( ) : SimpleLayoutDefinition
return SimpleLayoutDefinition
        public SimpleLayoutDefinition SimpleMessage()
        {
            return new SimpleLayoutDefinition();
        }