A simple file logger to be used with a library instance.
More...
#import <VLCFileLogger.h>
A simple file logger to be used with a library instance.
- See also
- -[VLCLibrary loggers]
◆ createWithFileHandle:
+ (instancetype) createWithFileHandle: |
|
(NSFileHandle *) |
fileHandle |
|
Class default initializer.
- Parameters
-
fileHandle | The file handle that was created for write or update access |
- Note
- The writing will silently fail if the file handle wasn't opened for write or update access
◆ initWithFileHandle:
- (instancetype) initWithFileHandle: |
|
(NSFileHandle *) |
NS_DESIGNATED_INITIALIZER |
|
Default initializer.
- Parameters
-
fileHandle | The file handle that was created for write or update access |
- Note
- The writing will silently fail if the file handle wasn't opened for write or update access
◆ formatter
The documentation for this class was generated from the following file: