LoggerContext Constructors
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.
Overloads
LoggerContext() |
Instantiates a new LoggerContext with the default activityId. |
LoggerContext(Guid) |
Instantiates a new LoggerContext with an activityId. |
LoggerContext()
Instantiates a new LoggerContext with the default activityId.
public LoggerContext ();
Public Sub New ()
Applies to
LoggerContext(Guid)
Instantiates a new LoggerContext with an activityId.
public LoggerContext (Guid activityId);
new Microsoft.IdentityModel.Logging.LoggerContext : Guid -> Microsoft.IdentityModel.Logging.LoggerContext
Public Sub New (activityId As Guid)
Parameters
- activityId
- Guid