Share via


FormattedTraceListenerWrapperBase.InnerListener Property

Gets the TraceListener wrapped.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
Public ReadOnly Property InnerListener As TraceListener
public TraceListener InnerListener { get; }
public:
property TraceListener^ InnerListener {
    TraceListener^ get ();
}
public function get InnerListener () : TraceListener

Field Value

The TraceListener wrapped.

See Also

FormattedTraceListenerWrapperBase Class

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace