prolog.model
Interface ILogger
- All Known Implementing Classes:
- ConsoleLogger, MainFrame.Logger, StdOutLogger
- public interface ILogger
This class is used to route console output to anything
|
Method Summary |
void |
msg(java.lang.String msg)
simple log call |
void |
msg(java.lang.String msg,
int depth)
log call with some tabs('\t') before |
msg
public void msg(java.lang.String msg)
- simple log call
- Parameters:
msg - is the message
msg
public void msg(java.lang.String msg,
int depth)
- log call with some tabs('\t') before
- Parameters:
msg - is the messagedepth - is the number of tabs