NullLoggingBackend Methods |
The NullLoggingBackend type exposes the following members.
Name | Description | |
---|---|---|
CreateRecordBuilder |
Creates a new LogRecordBuilder.
(Overrides LoggingBackend.CreateRecordBuilder().) | |
CreateTransaction |
Creates a LoggingTransaction instance.
(Inherited from LoggingBackend.) | |
CreateVerbosityConfiguration |
Creates a new LoggingVerbosityConfiguration for the current LoggingBackend.
(Inherited from LoggingBackend.) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from LoggingBackend.) | |
GetAsyncContextOfTask |
Gets the AsyncMethodLoggingContext associated with a Task.
(Inherited from LoggingBackend.) | |
GetSource(String, String) | Obsolete.
Returns a LoggingNamespaceSource for the given role and, optionally, namespace.
(Inherited from LoggingBackend.) | |
GetSource(String, Type) | Obsolete.
Returns a LoggingTypeSource for the given role and type.
(Inherited from LoggingBackend.) | |
GetThreadContext |
Returns the ThreadLoggingContext for the current Thread.
(Inherited from LoggingBackend.) | |
OpenAsyncContext |
Gets an AsyncMethodLoggingContext for a given async method.
(Inherited from LoggingBackend.) | |
OpenEphemeralContext(LogMemberInfo) |
Gets an EphemeralLoggingContext for use in a given method. An EphemeralLoggingContext is a degenerated
kind of context, used to emit a single record.
(Inherited from LoggingBackend.) | |
OpenEphemeralContext(LoggingTypeSource, ThreadLoggingContext) |
Gets an EphemeralLoggingContext for use in a given LoggingTypeSource. An EphemeralLoggingContext is a degenerated
kind of context, used to emit a single record.
(Inherited from LoggingBackend.) | |
OpenIteratorContext |
Gets an IteratorLoggingContext for a given iterator method.
(Inherited from LoggingBackend.) | |
OpenSyncContext |
Gets a SyncMethodLoggingContext for a given normal (non-async, non-iterator) method.
(Inherited from LoggingBackend.) | |
ToString | Returns a string that represents the current object. (Inherited from LoggingBackend.) | |
WithVerbosityConfiguration |
Changes the verbosity for the current execution context.
(Inherited from LoggingBackend.) |