DataSource.NET
ConsoleLogger Constructor (categories)
NamespacesCaplin.LoggingConsoleLoggerConsoleLogger(array<String>[]()[])
Initializes a new instance of the ConsoleLogger class that logs only the specified categories of message for any log level.
Declaration Syntax
C#Visual BasicVisual C++
public ConsoleLogger(
	string[] categories
)
Public Sub New ( _
	categories As String() _
)
public:
ConsoleLogger(
	array<String^>^ categories
)
Parameters
categories (array< String >[]()[])
The categories to be logged. This identifies the type of messages being logged or the component from which the message originates.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)