IFileBasedLogInit interface
Initializes an instance of a file based implementation of ILog.
When to implement
Generally, you do not need to implement this interface. The file based implementation of ILog provided by the system implements IFileBasedLogInit. For more information, see ILog.
Objects that implement IFileBasedLogInit should also implement IPersistFile, to enable existing log files to be opened.
When to use
Use IFileBasedLogInit if you need to create a log on a new log file.
Members
The IFileBasedLogInit interface inherits from the IUnknown interface. IFileBasedLogInit also has these types of members:
Methods
The IFileBasedLogInit interface has these methods.
| Method | Description |
|---|---|
| InitNew |
Create a new log instance on the specified file. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IFileBasedLogInit is defined as 00951E8C-1294-11d1-97E4-00C04FB9618A |
See also