Log.InitializeWithDefaultsSinceNoConfigExists Method

Definition

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

protected public:
 virtual void InitializeWithDefaultsSinceNoConfigExists();
protected internal virtual void InitializeWithDefaultsSinceNoConfigExists ();
abstract member InitializeWithDefaultsSinceNoConfigExists : unit -> unit
override this.InitializeWithDefaultsSinceNoConfigExists : unit -> unit
Protected Friend Overridable 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