📄 servletloggingservice.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#debug(java.lang.String, java.lang.Throwable)">debug</A></B>(java.lang.String message, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == DEBUG, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String)">error</A></B>(java.lang.String message)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, org.apache.turbine.util.RunData)">error</A></B>(java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, org.apache.turbine.util.RunData, java.lang.Throwable)">error</A></B>(java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, java.lang.String)">error</A></B>(java.lang.String logName, java.lang.String message)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, java.lang.String, org.apache.turbine.util.RunData)">error</A></B>(java.lang.String logName, java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, java.lang.String, org.apache.turbine.util.RunData, java.lang.Throwable)">error</A></B>(java.lang.String logName, java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, java.lang.String, java.lang.Throwable)">error</A></B>(java.lang.String logName, java.lang.String message, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#error(java.lang.String, java.lang.Throwable)">error</A></B>(java.lang.String message, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == ERROR, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../../../org/apache/turbine/services/logging/Logger.html">Logger</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#getLogger(java.lang.String)">getLogger</A></B>(java.lang.String logName)</CODE><BR> This method returns default logger, ignoring given name.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String)">info</A></B>(java.lang.String message)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, org.apache.turbine.util.RunData)">info</A></B>(java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, org.apache.turbine.util.RunData, java.lang.Throwable)">info</A></B>(java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, java.lang.String)">info</A></B>(java.lang.String logName, java.lang.String message)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, java.lang.String, org.apache.turbine.util.RunData)">info</A></B>(java.lang.String logName, java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, java.lang.String, org.apache.turbine.util.RunData, java.lang.Throwable)">info</A></B>(java.lang.String logName, java.lang.String message, <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, java.lang.String, java.lang.Throwable)">info</A></B>(java.lang.String logName, java.lang.String message, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the given logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#info(java.lang.String, java.lang.Throwable)">info</A></B>(java.lang.String message, java.lang.Throwable t)</CODE><BR> This is a log method with logLevel == INFO, printing is done by the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#init(javax.servlet.ServletConfig)">init</A></B>(javax.servlet.ServletConfig config)</CODE><BR> Inits the service</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#setFormat(java.lang.String)">setFormat</A></B>(java.lang.String format)</CODE><BR> This method sets format style of the default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#setFormat(java.lang.String, java.lang.String)">setFormat</A></B>(java.lang.String logName, java.lang.String format)</CODE><BR> This method sets format style of the given logger.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#setLogLevel(int)">setLogLevel</A></B>(int level)</CODE><BR> This method sets the log level in default logger</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#setLogLevel(java.lang.String, int)">setLogLevel</A></B>(java.lang.String logName, int level)</CODE><BR> This method sets the log level in the default logger ignoring given name</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../org/apache/turbine/services/logging/ServletLoggingService.html#warn(java.lang.String)">warn</A></B>(java.lang.String message)</CODE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -