Skip to content

Commit

Permalink
默认关闭日志
Browse files Browse the repository at this point in the history
  • Loading branch information
朱博文 committed Mar 10, 2022
1 parent 31abce9 commit 5e4129b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZBWStateMachine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ZBWStateMachine"
s.version = "0.0.10"
s.version = "0.0.11"
s.summary = "状态机."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ZBWStateMachine/ZBWStateMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
日志开关
@param isOpen 【YES】打开 【NO】关闭;默认YES
@param isOpen 【YES】打开 【NO】关闭;默认NO
*/
+ (void)openLog:(BOOL)isOpen;

Expand Down
2 changes: 1 addition & 1 deletion ZBWStateMachine/ZBWStateMachine.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define ZBWSM_Log(formatStr, ...)
#endif

static BOOL s_ZBWStateMachine_isOpenLog = YES;
static BOOL s_ZBWStateMachine_isOpenLog = NO;

@interface ZBWStateMachine ()

Expand Down

0 comments on commit 5e4129b

Please sign in to comment.