cpp_client_telemetry/wrappers/obj-c/ODWLogConfiguration.h

17 строки
381 B
C
Исходник Обычный вид История

2019-11-19 01:44:46 +03:00
#include "objc_begin.h"
/*!
The <b>ODWLogConfiguration</b> static class represents general logging properties.
*/
@interface ODWLogConfiguration : NSObject
/*!
@brief Sets max teardown upload time in seconds.
@param maxTeardownUploadTimeInSec An integer that time in seconds.
*/
+(void)setMaxTeardownUploadTimeInSec:(int)maxTeardownUploadTimeInSec;
@end
#include "objc_end.h"