net.directj.jlogger
Interface Output
- All Known Implementing Classes:
- ConsoleOutput, FileOutput, JDBCOutput, JTableOutput, JTextOutput, NetworkOutput, StreamOutput
- public interface Output
This is a simple common interface for the jlogger tools that specify where data is written.
WARNING: This class just print the specified string,
but without a nl character. The formatter HAVE TO take care of 'nl' ('\n' in java) char.
- Version:
- 0.1.1
- Author:
- CARTAPANIS Alexandre <earendil@jprolog.net>
Method Summary |
void |
print(java.lang.String _str)
This is the method that print the information. |
print
public void print(java.lang.String _str)
- This is the method that print the information. The parameter
is just a string, because the information has already been transformed using a Formatter.
- Parameters:
_str
- The logging info to print on the output.- See Also:
Formatter
Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003