LoggerExtensionsAddGemstoneDiagnostics Method

Adds Gemstone DiagnosticsLogger to the factory.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
public static ILoggingBuilder AddGemstoneDiagnostics(
	this ILoggingBuilder builder
)

Parameters

builder  ILoggingBuilder
The extension method argument.

Return Value

ILoggingBuilder

[Missing <returns> documentation for "M:Gemstone.Diagnostics.LoggerExtensions.AddGemstoneDiagnostics(Microsoft.Extensions.Logging.ILoggingBuilder)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILoggingBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also