webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
RTCFileLogger Class Reference

#import <RTCFileLogger.h>

Inheritance diagram for RTCFileLogger:
NSObject NSObject

Instance Methods

(instancetype) - init
 
(instancetype) - initWithDirPath:maxFileSize:
 
(instancetype) - initWithDirPath:maxFileSize:rotationType:
 
(void- start
 
(void- stop
 
(NSData *) - logData
 
(instancetype) - init
 
(instancetype) - initWithDirPath:maxFileSize:
 
(instancetype) - initWithDirPath:maxFileSize:rotationType:
 
(void- start
 
(void- stop
 
(NSData *) - logData
 

Properties

RTCFileLoggerSeverity severity
 
RTCFileLoggerRotationType rotationType
 
BOOL shouldDisableBuffering
 

Method Documentation

◆ init() [1/2]

- (instancetype) init

◆ init() [2/2]

- (instancetype) init

◆ initWithDirPath:maxFileSize:() [1/2]

- (instancetype) initWithDirPath: (NSString *)  dirPath
maxFileSize: (NSUInteger)  maxFileSize 

◆ initWithDirPath:maxFileSize:() [2/2]

- (instancetype) initWithDirPath: (NSString *)  dirPath
maxFileSize: (NSUInteger)  maxFileSize 

◆ initWithDirPath:maxFileSize:rotationType:() [1/2]

- (instancetype) initWithDirPath: (NSString *)  dirPath
maxFileSize: (NSUInteger)  maxFileSize
rotationType: (RTCFileLoggerRotationType)  NS_DESIGNATED_INITIALIZER 

◆ initWithDirPath:maxFileSize:rotationType:() [2/2]

- (instancetype) initWithDirPath: (NSString *)  dirPath
maxFileSize: (NSUInteger)  maxFileSize
rotationType: (RTCFileLoggerRotationType)  NS_DESIGNATED_INITIALIZER 

◆ logData() [1/2]

- (NSData *) logData

◆ logData() [2/2]

- (NSData *) logData

◆ start() [1/2]

- (void) start

◆ start() [2/2]

- (void) start

◆ stop() [1/2]

- (void) stop

◆ stop() [2/2]

- (void) stop

Property Documentation

◆ rotationType

- (RTCFileLoggerRotationType) rotationType
readnonatomicassign

◆ severity

- (RTCFileLoggerSeverity) severity
readwritenonatomicassign

◆ shouldDisableBuffering

- (BOOL) shouldDisableBuffering
readwritenonatomicassign

The documentation for this class was generated from the following files: