Class LogValues
Inherited Members
Namespace: LaunchDarkly.Logging
Assembly: LaunchDarkly.Logging.dll
Syntax
public static class LogValues
Methods
Defer(Func<string>)
Declaration
public static object Defer(Func<string> stringProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<string> | stringProvider |
Returns
| Type | Description |
|---|---|
| object |
ExceptionSummary(Exception)
Declaration
public static object ExceptionSummary(Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | e |
Returns
| Type | Description |
|---|---|
| object |
ExceptionTrace(Exception)
Declaration
public static object ExceptionTrace(Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | e |
Returns
| Type | Description |
|---|---|
| object |