mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Add setting to customize log items
This commit is contained in:
committed by
Marshall Greenblatt
parent
52b4d7ba5a
commit
01e1a0f44d
@@ -19,6 +19,12 @@ extern const char kLogSeverity_Warning[];
|
||||
extern const char kLogSeverity_Error[];
|
||||
extern const char kLogSeverity_Fatal[];
|
||||
extern const char kLogSeverity_Disable[];
|
||||
extern const char kLogItems[];
|
||||
extern const char kLogItems_None[];
|
||||
extern const char kLogItems_PId[];
|
||||
extern const char kLogItems_TId[];
|
||||
extern const char kLogItems_TimeStamp[];
|
||||
extern const char kLogItems_TickCount[];
|
||||
extern const char kResourcesDirPath[];
|
||||
extern const char kLocalesDirPath[];
|
||||
extern const char kDisablePackLoading[];
|
||||
|
Reference in New Issue
Block a user