IdeaBlade DevForce 2010 Help Reference
LoggingElement Class Members
See Also  Fields  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace : LoggingElement Class


The following tables list the members exposed by LoggingElement.

Public Constructors

 NameDescription
Public ConstructorLoggingElement Constructor Creates an instance of this class - ensures all required properties are created. Internal use only.  
Top

Public Fields

 NameDescription
Public FieldDefaultLogFileNameDefault log file name. See IdeaBlade.Core.IdeaBladeConfig.CreateDefaultInstance.  
Top

Public Properties

 NameDescription
Public PropertyAcceptFilters Namespaces for which logging should be enabled.  
Public PropertyArchiveLogs Gets or sets whether to archive old log files.  
Public PropertyFullyQualifiedLogFile Gets the fully-qualified name of the log file.  
Public PropertyIsNullInstance Is this a 'null' logging element?  
Public PropertyLogFile Gets or sets the path and file name where the log file should be written.  
Public PropertyPort Gets or sets the port for the Trace Publisher Service - will default to '9922' if not specified.  
Public PropertyRejectFilters Namespaces for which logging should be turned off.  
Public PropertyServiceName Gets or sets the name for the Trace Publisher Service - will default to 'TracePublisher' if not specified.  
Public PropertyShouldLogSqlQueries Gets or sets whether to log the SQL from Entity Framework queries to the log file.  
Public PropertyUsesSeparateAppDomain Gets or sets whether to use a separate AppDomain for trace file logging purposes - defaults to false.  
Top

Public Methods

 NameDescription
Public MethodEqualsSee System.Object.Equals(System.Object)  
Public MethodGetHashCode  
Public MethodGetType (Inherited from object)
Public MethodShouldSerializeAcceptFilters  
Public MethodShouldSerializeRejectFilters  
Public MethodToString Gets the name of the log file.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.