提交 02070f00 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 9e1b4d51
......@@ -264,7 +264,6 @@ public class Trace {
* Write a message with trace level DEBUG to the trace system.
*
* @param s the message
* @param params the parameters
*/
public void debug(String s) {
if (isEnabled(TraceSystem.DEBUG)) {
......
......@@ -205,6 +205,10 @@ public class TraceSystem implements TraceWriter {
updateLevel();
}
public int getLevelFile() {
return levelFile;
}
private synchronized String format(String module, String s) {
if (dateFormat == null) {
dateFormat = new SimpleDateFormat("MM-dd HH:mm:ss ");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论