Common Logging 2.0 API Reference

CommonLoggingEntlibTraceListenerAssembler.Assemble Method

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Builds a CommonLoggingEntlibTraceListener described by a CommonLoggingEntlibTraceListenerData configuration object.

[Visual Basic]
Public Overrides Sub Assemble( _
   ByVal context As IBuilderContext, _
   ByVal objectConfiguration As TraceListenerData, _
   ByVal configurationSource As IConfigurationSource, _
   ByVal reflectionCache As ConfigurationReflectionCache _
) _
    Implements IAssembler(TraceListener,TraceListenerData).Assemble
[C#]
public override TraceListener Assemble(
   IBuilderContext context,
   TraceListenerData objectConfiguration,
   IConfigurationSource configurationSource,
   ConfigurationReflectionCache reflectionCache
);

Implements

IAssembler(TraceListener,TraceListenerData).Assemble

See Also

CommonLoggingEntlibTraceListenerAssembler Class | Common.Logging.EntLib Namespace