📄 i_log.java
字号:
/*------------------------------------------------------------------------------Name: I_Log.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.client.protocol.http.common;/** * You can redirect the logging output of the xmlBlaster applet client library. * @author <a href="mailto:xmlBlaster@marcelruff.info">Marcel Ruff</a>. */public interface I_Log{ /** * Receive the logging. * @param location The class and/or method name * @param level One of "ERROR", "WARN", "INFO", "DEBUG" * @param text The text to log */ public void log(String location, String level, String text);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -