wt.wrmf.logs
Interface LogService

All Known Implementing Classes:
LogServiceFwd, StandardLogService

public interface LogService



Supported API: true

Extendable: false


Method Summary
 EventLog createLog(String name)
          

Supported API: false
 void deleteLog(EventLog log)
          

Supported API: false
 EventLog getLog(String name)
          

Supported API: false
 EventLog writeRecord(EventLog log, LogRecord record)
          

Supported API: false
 

Method Detail

writeRecord

public EventLog writeRecord(EventLog log,
                            LogRecord record)
                     throws WTException


Supported API: false

Parameters:
log -
record -
Returns:
EventLog
Throws:
WTException

createLog

public EventLog createLog(String name)
                   throws WTException


Supported API: false

Parameters:
name -
Returns:
EventLog
Throws:
WTException

deleteLog

public void deleteLog(EventLog log)
               throws WTException


Supported API: false

Parameters:
log -
Throws:
WTException

getLog

public EventLog getLog(String name)
                throws WTException


Supported API: false

Parameters:
name -
Returns:
EventLog
Throws:
WTException