Virtual PhotonicsThe ObservableTarget type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ObservableTarget |
Initializes a new instance of the MemoryTarget class.
|
Methods
| Name | Description | |
|---|---|---|
| CloseTarget | (Inherited from Target.) | |
| Dispose | (Inherited from Target.) | |
| Dispose(Boolean) | (Inherited from Target.) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Flush | (Inherited from Target.) | |
| FlushAsync | (Inherited from Target.) | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| InitializeTarget | (Inherited from Target.) | |
Creates a shallow copy of the current (Inherited from | ||
| PrecalculateVolatileLayouts | (Inherited from Target.) | |
| Subscribe | ||
| ToString | (Inherited from Target.) | |
| Write(AsyncLogEventInfo) | (Inherited from Target.) | |
| Write( AsyncLogEventInfo ) | (Inherited from Target.) | |
| Write(LogEventInfo) |
Renders the logging event message and adds it to the internal ArrayList of log messages.
(Overrides TargetWrite(LogEventInfo).) | |
| WriteAsyncLogEvent | (Inherited from Target.) | |
| WriteAsyncLogEvents | (Inherited from Target.) |
Properties
| Name | Description | |
|---|---|---|
| IsInitialized | (Inherited from Target.) | |
| Layout | (Inherited from TargetWithLayout.) | |
| LoggingConfiguration | (Inherited from Target.) | |
| Logs |
Gets the list of logs gathered in the MemoryTarget.
| |
| Name | (Inherited from Target.) | |
| SyncRoot | (Inherited from Target.) |
See Also