Skip to content

完成设置日志前缀功能#4

Open
codman19 wants to merge 16 commits intoskoowoo:masterfrom
codman19:master
Open

完成设置日志前缀功能#4
codman19 wants to merge 16 commits intoskoowoo:masterfrom
codman19:master

Conversation

@codman19
Copy link

No description provided.

add suffix field to Logger,Record
const (
//   1    1     1
// TIME LEVEL CODE INFO
SUFFIX_NONE  = iota
SUFFIX_CODE  = 0x1
SUFFIX_LEVEL = 1 << 0x1
SUFFIX_TIME  = 2 << 0x1
)
This reverts commit 7752896.
@codman19 codman19 changed the title add suffix setting 作废 Nov 17, 2016
@codman19 codman19 changed the title 作废 完成设置日志前缀功能 Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant