Documentation for a minimal subset of the QSM API
Log Method (s)
Namespaces > QS.Fx.Logging > IConsole > Log(String)
Post a line of text on the logging console.
Syntax
C#Visual BasicManaged C++
void Log (
	string s
)
Sub Log ( _
	s As String _
)
void Log (
	String^ s
)
Parameters
s (String)
The messae to post on the logging console.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0