StreamLink for Silverlight
Log Method (level, category, message)
StreamLink for SilverlightCaplin.StreamLink.LoggingConsoleLoggerLog(SourceLevels, String, String)
Logs a single message with a given severity and category.
Declaration Syntax
C#Visual BasicVisual C++
public void Log(
	SourceLevels level,
	string category,
	string message
)
Public Sub Log ( _
	level As SourceLevels, _
	category As String, _
	message As String _
)
public:
virtual void Log(
	SourceLevels level, 
	String^ category, 
	String^ message
) sealed
Parameters
level (SourceLevels)
The logging level, indicating the severity of the message to be logged.
category (String)
The log category. This identifies the type of message being logged or the component from which the message originates.
message (String)
The message to be logged.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.19.0 (5.0.19.0)