positive force keyword 추가

This commit is contained in:
2018-01-01 23:01:49 +09:00
parent 5ddb618671
commit cf54025332
4 changed files with 54 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ namespace NewsCrawler
VERVOSE,
NEGATIVE,
POSITIVE,
POSITIVE_FORCE,
MANUAL_KEYWORD,
MANUAL_CODE,
DUPLICATED,
@@ -68,6 +69,7 @@ namespace NewsCrawler
LogColor = Color.Blue;
break;
case LOG_TYPE.POSITIVE:
case LOG_TYPE.POSITIVE_FORCE:
case LOG_TYPE.MANUAL_KEYWORD:
case LOG_TYPE.BUY:
LogColor = Color.Red;