"Fossies" - the Fresh Open Source Software Archive
Member "FTPRush/scripts/LogTest.cs" (5 Mar 2021, 195 Bytes) of package /windows/misc/FTPRush.zip:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C# source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 //This script demonstrates how to use the log function. 2 Log.Error("Log Error Test 1"); 3 Log.Error("{0}","Log Error Test 2"); 4 Log.Status("Log Status Test 1"); 5 Log.Status("{0}","Log Status Test2");