BlogTalkRadio.Tools.CFT.TraceTransformationLogger.LogError C# (CSharp) Method

LogError() public method

Logs the error.
public LogError ( string message ) : void
message string The message.
return void
        public void LogError(string message, params object[] messageArgs)
        {
            Trace.TraceError(message, messageArgs);
        }

Same methods

TraceTransformationLogger::LogError ( string file, int lineNumber, int linePosition, string message ) : void
TraceTransformationLogger::LogError ( string file, string message ) : void