Closes the target and releases any unmanaged resources.
(Overrides TargetCloseTarget.) DisposeCloses the target.
(Inherited from Target.) Dispose(Boolean)Releases unmanaged and - optionally - managed resources.
(Inherited from Target.) FlushFlush any pending log messages (in case of asynchronous targets).
(Inherited from Target.) FlushAsyncFlush any pending log messages asynchronously (in case of asynchronous targets).
(Inherited from Target.) GenerateUniqueItemNameGenerates a new unique name, when duplicate names are detected
GetAllProperties(LogEventInfo)Creates combined dictionary of all configured properties for logEvent
GetAllProperties(LogEventInfo, IDictionaryString, Object)Creates combined dictionary of all configured properties for logEvent
GetContextMdc GetContextMdlc GetContextNdc GetContextNdlc GetContextProperties(LogEventInfo)Checks if any context properties, and if any returns them as a single dictionary
GetContextProperties(LogEventInfo, IDictionaryString, Object)Checks if any context properties, and if any returns them as a single dictionary
InitializeTargetInitializes the target. Can be used by inheriting classes to initialize logging.
(Inherited from Target.) MergeEventProperties Obsolete.Merges (copies) the event context properties from any event info object stored in parameters of the given event info object.
(Inherited from Target.) PrecalculateVolatileLayoutsCalls the
Precalculate(LogEventInfo)on each volatile layout used by this target. This method won't prerender if all layouts in this target are thread-agnostic.
(Inherited from Target.) RenderLogEventRenders the event info in layout.
(Inherited from Target.) SerializeItemValueTake snapshot of a single object value
SerializeMdcItem SerializeMdlcItem SerializeNdcItem SerializeNdlcItem ShouldIncludePropertiesCheck if logevent has properties (or context properties)
ToStringReturns a
Stringthat represents this instance.
(Inherited from Target.) Write(AsyncLogEventInfo)Writes async log event to the log target.
(Inherited from Target.) Write(AsyncLogEventInfo) Obsolete.NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) Writes an array of logging events to the log target. By default it iterates on all events and passes them to "Write" method. Inheriting classes can use this method to optimize batch writes.
(Inherited from Target.) Write(IListAsyncLogEventInfo)Writes an array of logging events to the log target. By default it iterates on all events and passes them to "Write" method. Inheriting classes can use this method to optimize batch writes.
(Inherited from Target.) Write(LogEventInfo)Writes logging event to the log target. Must be overridden in inheriting classes.
(Inherited from Target.) WriteAsyncLogEventWrites the log to the target.
(Inherited from Target.) WriteAsyncLogEvents(AsyncLogEventInfo)Writes the array of log events.
(Inherited from Target.) WriteAsyncLogEvents(IListAsyncLogEventInfo)Writes the array of log events.
(Inherited from Target.) WriteAsyncThreadSafe(AsyncLogEventInfo)Writes a log event to the log target, in a thread safe manner. Any override of this method has to provide their own synchronization mechanism. !WARNING! Custom targets should only override this method if able to provide their own synchronization mechanism.
Layout-objects are not guaranteed to be thread-safe, so using them without a SyncRoot-object can be dangerous.
(Inherited from Target.) WriteAsyncThreadSafe(AsyncLogEventInfo) Obsolete.NOTE! Obsolete, instead override WriteAsyncThreadSafe(IList{AsyncLogEventInfo} logEvents) Writes an array of logging events to the log target, in a thread safe manner. !WARNING! Custom targets should only override this method if able to provide their own synchronization mechanism.
Layout-objects are not guaranteed to be thread-safe, so using them without a SyncRoot-object can be dangerous.
(Inherited from Target.) WriteAsyncThreadSafe(IListAsyncLogEventInfo)Writes an array of logging events to the log target, in a thread safe manner. Any override of this method has to provide their own synchronization mechanism. !WARNING! Custom targets should only override this method if able to provide their own synchronization mechanism.
Layout-objects are not guaranteed to be thread-safe, so using them without a SyncRoot-object can be dangerous.
(Inherited from Target.)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4