IFileBasedLogInit interface (txlogpub.h)

Initializes an instance of a file based implementation of ILog.

Inheritance

The IFileBasedLogInit interface inherits from the IUnknown interface. IFileBasedLogInit also has these types of members:

Methods

The IFileBasedLogInit interface has these methods.

 
IFileBasedLogInit::InitNew

Create a new log instance on the specified file. If a file with that name already exists, it is overwritten.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header txlogpub.h

See also

ILog