readme
来自「国外很不错的一个开源OA系统Group-Office」· 代码 · 共 35 行
TXT
35 行
Logger Release Notes*** version 0.12.0 **** Added method formatMsg(oLogMsg) to support custom formatting of log messagesfor output to a LogReader.*** version 0.11.3 **** The Logger static method enableFirebug() has been RENAMED toenableBrowserConsole().* The Logger static method disableFirebug() has been RENAMED todisableBrowserConsole().* By default, the Logger will not automatically output to Firebug or Safari'sJavaScript console. To enable this feature, implementers should now explicitlycallYAHOO.widget.Logger.enableBrowserConsole().* Implementers may now cap the size of the YAHOO.widget.Logger stack by settingthe property YAHOO.widget.Logger.maxStackEntries.* Implementers may now control the number of items displayed in each console bysetting the LogReader properties thresholdMax and thresholdMin.*** version 0.11.0 **** Initial release
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?