[xbuild] Implement FileLogger . Fix #676650 .
[mono.git] / mcs / tools / xbuild / ErrorUtilities.cs
index 06ca4536dbed52693c39056fed49320312735d84..a21048644b874a752367abc71a40125a008acbf0 100644 (file)
@@ -90,7 +90,11 @@ namespace Mono.XBuild.CommandLine {
                                "    /validate          Validate the project file against the schema\n" +
                                "    /validate:<schema> Validate the project file against the specified schema\n" +
                                "    /consoleloggerparameters:<params>\n" +
+                               "    /clp:<params>\n" +
                                "                       Parameters for the console logger\n" +
+                               "    /fileloggerparameters[n]:<params>\n" +
+                               "    /flp[n]:<params>\n" +
+                               "                       Parameters for the file logger, eg. LogFile=foo.log\n" +
                                "    /nologo            Don't show the initial banner\n" +
                                "    /help              Show this help\n"
                                );