StreamLink.NET
Log Method (level, categories, message)
StreamLink.NETCaplin.StreamLink.LoggingConsoleLoggerLog(SourceLevels, array<String>[]()[], String)
Logs a single message with a given severity and one or more categories.
Declaration Syntax
C#Visual BasicVisual C++
public void Log(
	SourceLevels level,
	string[] categories,
	string message
)
Public Sub Log ( _
	level As SourceLevels, _
	categories As String(), _
	message As String _
)
public:
virtual void Log(
	SourceLevels level, 
	array<String^>^ categories, 
	String^ message
) sealed
Parameters
level (SourceLevels)
The logging level, indicating the severity of the message to be logged.
categories (array< String >[]()[])
An arrary of log categories. These categories identify the type of message being logged and the components from which the message originates.
message (String)
The message to be logged.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.8.0 (5.0.8.0)