LogVerbosityState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for changing the logging verbosity in a given trace log stream.
public ref class LogVerbosityState
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
[System.Runtime.Serialization.DataContract]
public class LogVerbosityState
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
[<System.Runtime.Serialization.DataContract>]
type LogVerbosityState = class
Public Class LogVerbosityState
- Inheritance
-
LogVerbosityState
- Attributes
Constructors
LogVerbosityState(LogId, LoggingLevelSettings) |
Initializes a new instance of the LogVerbosityState class. |
Properties
Id |
Gets the LogId of the trace log stream that has a request to set the LoggingLevelSettings that determine the new logging verbosity. |
VerbositySettings |
Gets the LoggingLevelSettings that determine the new logging verbosity. Each level should automatically include all higher-severity messages. For Example: if the SourceLevels.Warning flag is set, logging of all Critical, Error, and Warning level events should be done. |