net.dpml.util
Interface LoggingService

All Superinterfaces:
Remote

public interface LoggingService
extends Remote

Interface exposed by a remote logging service to local log aggregation handlers.

Version:
1.0.1
Author:
Digital Product Meta Library

Field Summary
static String LOGGING_KEY
          Logging service key.
 
Method Summary
 void log(PID process, LogRecord record)
          Register a log record with the log service.
 

Field Detail

LOGGING_KEY

public static final String LOGGING_KEY
Logging service key.

See Also:
Constant Field Values
Method Detail

log

public void log(PID process,
                LogRecord record)
         throws RemoteException
Register a log record with the log service.

Parameters:
process - the process identifier
record - the log record
Throws:
RemoteException - if a remote exception occurs