Log.InitializeWithDefaultsSinceNoConfigExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.