Gets the log level.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic LogLevel Level { get; }Public ReadOnly Property Level As LogLevel
Get
public:
property LogLevel Level {
LogLevel get ();
}member Level : LogLevel with get
Property Value
LogLevel
The log level.
See Also