StreamLink for Silverlight
Level Property
StreamLink for SilverlightCaplin.StreamLink.LoggingConsoleLoggerLevel
The lowest level (severity) that messages are logged at. For example, if Level is set to SourceLevels.Information then only messages at Information level and above will be logged (that is, messages at levels Information, Warning, Error, Critical). The default value is SourceLevels.All, which causes messages at all levels to be logged.
Declaration Syntax
C#Visual BasicVisual C++
public SourceLevels Level { get; set; }
Public Property Level As SourceLevels
public:
property SourceLevels Level {
	SourceLevels get ();
	void set (SourceLevels value);
}
Value
The level at and above which messages are to be logged.

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