NET Logging Library
Initialize Method (BaseIsolatedFileTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseIsolatedFileTarget Class : Initialize Method
Initialize the custom logger, we cannot call this inside the virtual constructor as it calls virtual methods see:CA2214
Syntax
Protected Overridable Shadows Sub Initialize() 
Dim instance As BaseIsolatedFileTarget
 
instance.Initialize()
protected virtual new void Initialize()
protected:
virtual new void Initialize(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseIsolatedFileTarget Class
BaseIsolatedFileTarget Members