mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 12:53:21 +02:00
Add HipChat notifier role.
This commit is contained in:
@@ -106,6 +106,15 @@ Logger.Level = {
|
||||
, FATAL: 6
|
||||
}
|
||||
|
||||
Logger.LevelLabel = {
|
||||
1: 'DBG'
|
||||
, 2: 'VRB'
|
||||
, 3: 'INF'
|
||||
, 4: 'WRN'
|
||||
, 5: 'ERR'
|
||||
, 6: 'FTL'
|
||||
}
|
||||
|
||||
Logger.globalIdentifier = '*'
|
||||
|
||||
Logger.createLogger = function(tag) {
|
||||
|
||||
Reference in New Issue
Block a user