LoggerValueResult<T> Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
A LoggerResult with an associated value;
Derived from LoggerValueResult<T>:
public class LoggerValueResult<T> : LoggerResult, ILogger, IProgressStatus
Type Parameters
| Name | Description |
|---|---|
| T |
| Name | Description | |
|---|---|---|
| Constructors | ||
| LoggerValueResult(String) | ||
| Properties | ||
| Value | Gets or sets the value associated with this log. |
|
Constructors
LoggerValueResult(String)
public LoggerValueResult(string moduleName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | moduleName |
Properties
Value
Gets or sets the value associated with this log.
public T Value { get; set; }
Property Value
| Type | Description |
|---|---|
| T | The value. |