Beaver.ConfigTransformation.InPlaceTransformer.CollectionXmlTransformationLogger.LogError C# (CSharp) Méthode

LogError() public méthode

public LogError ( string message ) : void
message string
Résultat 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