diff --git a/core/log.class.inc.php b/core/log.class.inc.php index a7f7e07f1..457862ff1 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -540,9 +540,17 @@ class FileLog class LogChannels { const APC = 'apc'; + + /** + * @var string + * @since 2.7.7 N°4558 use this new channel when logging DB transactions + */ const CMDBSOURCE = 'cmdbsource'; + const DEADLOCK = 'DeadLock'; + const INLINE_IMAGE = 'InlineImage'; + const PORTAL = 'portal'; }