Use goog.log instead of goog.debug.Logger

This commit is contained in:
Tom Payne
2013-07-23 13:06:06 +02:00
parent f533f6b654
commit 45c0e27c36
3 changed files with 12 additions and 10 deletions

View File

@@ -98,7 +98,8 @@
"goog.debug.logRecordSerializer",
"goog.debug.makeWhitespaceVisible",
"goog.debug.normalizeErrorObject",
"goog.debug.reflect"
"goog.debug.reflect",
"goog.log"
]
}