@class NSOutputStream, NSString, NSTimer, NSURL, NSDate, NSObject; @protocol OS_dispatch_queue; @interface WBSFileLogger : NSObject { NSURL *_directoryURL; NSOutputStream *_outputStream; NSObject *_logQueue; unsigned long long _maximumLogAgeInDays; NSDate *_logStartDate; NSTimer *_closeStreamTimer; NSString *_logName; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)collectLogsInDirectory:(id)a0 withName:(id)a1 intoFile:(id)a2 error:(id *)a3; - (void)logMessage:(id)a0; - (void)_closeStream; - (void)dealloc; - (void)_logMessage:(id)a0 date:(id)a1; - (void)tearDown; - (id)initWithDirectoryURL:(id)a0 logName:(id)a1 maximumLogAge:(unsigned long long)a2; - (void)_removeOldLogs; - (void).cxx_destruct; - (void)logFormat:(id)a0; @end