DWLog Class Reference

Inherits from NSObject
Declared in DWLog.h
DWLog.m

+ setIsDebugHttpLog:

开启或关闭打印HTTP通信日志功能

+ (void)setIsDebugHttpLog:(BOOL)on

Parameters

on

YES,则开启,NO则关闭。

Declared In

DWLog.h

+ isDebugHttpLog

查看是否开启打印HTTP通信日志功能

+ (BOOL)isDebugHttpLog

Return Value

开启返回YES,否则返回NO。

Declared In

DWLog.h