System.Console.NSLogWriter.WriteLine C# (CSharp) Method

WriteLine() public method

public WriteLine ( ) : void
return void
			public override void WriteLine ()
			{
				try {
					Flush ();
				}
				catch (Exception) {
				}
			}
		}