[Missing <summary> documentation for "T:Relativity.Kepler.Logging.IPerformanceLog"]
Namespace: Relativity.Kepler.Logging
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public interface IPerformanceLog
The IPerformanceLog type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ForContext(Type) |
Adds the full name of the source's Type to the log information.
|
![]() | ForContext(String, Object, Boolean) |
Adds the value object with the propertyName to the log information. DestructureObjects false will T
|
![]() | ForContext<T>() |
Adds the full name of Type T to the log information.
|
![]() | IsPerformanceEnabled |
Returns true if Performance Logging is enabled.
|
![]() ![]() | LogContextPushProperty |
Adds the obj data with the propertyName to the log information of all logs that happen within a using statement.
Examples using (var pushLogger = _logger.LogContextPushProperty("User", user)) { MethodThatLogs(); } |
![]() | LogInformation |
Log the message as Information.
|
See Also