org.purl.sword.base
Class InfoLogger
java.lang.Object
org.purl.sword.base.InfoLogger
public class InfoLogger
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoLogger
public InfoLogger()
setLevel
public void setLevel(InfoLoggerLevel level)
getLogger
public static InfoLogger getLogger()
- Returns the single instance of this class. If this is the first call,
the logger is created on this call.
- Returns:
- The InfoLogger.
writeError
public void writeError(String message)
writeInfo
public void writeInfo(String message)
writeWarning
public void writeWarning(String message)
Copyright © 2008 The DSpace Foundation. All Rights Reserved.