NpsLog indicates log record object.
The default log files can be simultaneously output by system defined nps.log and application server terminal, i.e.: the catalina.out files of Tomcat.
Self-defined files will not be output by application server terminal.
Self-defined files will be placed under the root directory of current website (even if forcibly use absolute path).
| void |
Debug(String s) Log a message with debug log level. |
| void |
Info(String s) Log a message with info log level. |
| void |
Trace(String s) Log a message with trace log level. |
| void |
Warn(String s) Log a message with warn log level. |
| void |
Error(String s) Log a message with error log level. |
| void |
Fatal(String s) Log a message with fatal log level. |
| void |
Close() Close log files. |