AmazedSaint.Elastic.Templating.DynamicTemplateHost.LogErrors C# (CSharp) Method

LogErrors() public method

Log the erros
public LogErrors ( CompilerErrorCollection errors ) : void
errors System.CodeDom.Compiler.CompilerErrorCollection
return void
        public void LogErrors(CompilerErrorCollection errors)
        {
            errorsValue = errors;
        }