LoggingExceptionHandlerNode.UseDefaultLogger Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Gets or sets the use default logger.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design.dll)
Syntax
'Declaration
Public Property UseDefaultLogger As Boolean
public bool UseDefaultLogger { get; set; }
public:
property bool UseDefaultLogger {
bool get ();
void set (bool value);
}
public function get UseDefaultLogger () : boolean
public function set UseDefaultLogger (value : boolean)
See Also
LoggingExceptionHandlerNode Class
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration.Design Namespace