AspLog.InitializeWithDefaultsSinceNoConfigExists Method

Definition

Creates a new FileLogTraceListener and adds it to the Listeners collection.

protected public:
 override void InitializeWithDefaultsSinceNoConfigExists();
protected internal override void InitializeWithDefaultsSinceNoConfigExists ();
override this.InitializeWithDefaultsSinceNoConfigExists : unit -> unit
Protected Friend Overrides Sub InitializeWithDefaultsSinceNoConfigExists ()

Remarks

This method creates a new FileLogTraceListener, sets its name to FileLog, and configures it to log messages with severity level Information and greater. The new FileLogTraceListener object is then added to the Listeners collection.

The Log calls the method if the TraceSource property has not been configured. The trace source can be configured in the application's configuration file.

Applies to

See also