Beaver.ConfigTransformation.InPlaceTransformer.CollectionXmlTransformationLogger.LogError C# (CSharp) Method

LogError() public method

public LogError ( string message ) : void
message string
return void
            public void LogError(string message, params object[] messageArgs)
            {
                WriteLine(message, MessageType.Error, messageArgs);
                HasErrors = true;
            }

Same methods

InPlaceTransformer.CollectionXmlTransformationLogger::LogError ( string file, int lineNumber, int linePosition, string message ) : void
InPlaceTransformer.CollectionXmlTransformationLogger::LogError ( string file, string message ) : void