org.media.datastore.beepserver
Class  BeepLog
java.lang.Object
  |
  +--org.media.datastore.beepserver.BeepLog
- All Implemented Interfaces: 
 - org.beepcore.beep.util.LogService
 
- public class BeepLog
- extends Object
- implements org.beepcore.beep.util.LogService
   
- Version:
 - $Revision: 1.5 $ $Date: 2001/04/21 15:00:00
 
- Author:
 - Antal Attila 
 
- See Also:
 Log, 
LogService
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BeepLog
public BeepLog()
BeepLog
public BeepLog(int severity)
isLogged
public boolean isLogged(int sev)
- Specified by:
 isLogged in interface org.beepcore.beep.util.LogService
 
 
logEntry
public void logEntry(int sev,
                     String service,
                     String message)
- Specified by:
 logEntry in interface org.beepcore.beep.util.LogService
 
 
logEntry
public void logEntry(int sev,
                     String service,
                     Throwable exception)
- Specified by:
 logEntry in interface org.beepcore.beep.util.LogService
 
 
setSeverity
public void setSeverity(int severity)
 
 
selectTarget
public void selectTarget()
 
 
startLogging
public void startLogging(String severity)
 
 
"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."