IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > LoggingElement Class : UsesSeparateAppDomain Property |
'Declaration
<DescriptionAttribute("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")> <XmlAttributeAttribute("usesSeparateAppDomain")> <DefaultValueAttribute()> Public Property UsesSeparateAppDomain As Boolean
'Usage
Dim instance As LoggingElement Dim value As Boolean instance.UsesSeparateAppDomain = value value = instance.UsesSeparateAppDomain
[Description("Whether to use a separate AppDomain for trace file logging purposes - defaults to false")] [XmlAttribute("usesSeparateAppDomain")] [DefaultValue()] public bool UsesSeparateAppDomain {get; set;}
See the IdeaBlade.Core.TracePublisher for more information.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2