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
@@ -15,6 +15,14 @@ const char kLogSeverity_Error[] = "error";
|
||||
const char kLogSeverity_Fatal[] = "fatal";
|
||||
const char kLogSeverity_Disable[] = "disable";
|
||||
|
||||
// Customization of items automatically prepended to log lines.
|
||||
const char kLogItems[] = "log-items";
|
||||
const char kLogItems_None[] = "none";
|
||||
const char kLogItems_PId[] = "pid";
|
||||
const char kLogItems_TId[] = "tid";
|
||||
const char kLogItems_TimeStamp[] = "timestamp";
|
||||
const char kLogItems_TickCount[] = "tickcount";
|
||||
|
||||
// Path to resources directory.
|
||||
const char kResourcesDirPath[] = "resources-dir-path";
|
||||
|
||||
|
Reference in New Issue
Block a user