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

SimpleMessage() 공개 메소드

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