Documentation for a minimal subset of the QSM API
ILogger Interface
Namespaces > QS.Fx.Logging > ILogger
This class represents a simple logging console that can be erased.
Syntax
C#Visual BasicManaged C++
public interface ILogger : IConsole
Public Interface ILogger _
	Implements IConsole
public interface class ILogger : IConsole
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Clear()
Clear the contents of the logging console.

Log(Object, String)
Post a text message on the logging console.

Log(String)
Post a line of text on the logging console.
(Inherited from IConsole.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0