org.scribble.common.logging
Class ConsoleJournal
java.lang.Object
org.scribble.common.logging.ConsoleJournal
- All Implemented Interfaces:
- Journal
public class ConsoleJournal
- extends Object
- implements Journal
This class provides an implementation of the journal that
reports issues to the console.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleJournal
public ConsoleJournal()
error
public void error(String issue,
Map<String,Object> props)
- This method records an error issue.
- Specified by:
error in interface Journal
- Parameters:
issue - The issue textprops - The optional properties associated with the issue
warning
public void warning(String issue,
Map<String,Object> props)
- This method records a warning issue.
- Specified by:
warning in interface Journal
- Parameters:
issue - The issue textprops - The optional properties associated with the issue
info
public void info(String issue,
Map<String,Object> props)
- This method records an information issue.
- Specified by:
info in interface Journal
- Parameters:
issue - The issue textprops - The optional properties associated with the issue
Copyright © 2008-Present Scribble.org. All Rights Reserved.