Documentation for a minimal subset of the QSM API
Log Method (s)
Namespaces
>
QS.Fx.Logging
>
IConsole
>
Log(String)
C#
Visual Basic
Managed C++
Post a line of text on the logging console.
Syntax
C#
Visual Basic
Managed 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