com.basistech.rlp
Interface RLPEnvironment.LogCallback

All Known Implementing Classes:
RLPJavaUtilLogCallback, RLPLog4jCallback
Enclosing class:
RLPEnvironment

public static interface RLPEnvironment.LogCallback

Interface for objects that accept RLP log messages.


Method Summary
 void message(int channel, String message)
          Receives each log message.
 

Method Detail

message

void message(int channel,
             String message)
Receives each log message.

Parameters:
channel - The originating channel of the message, Logging Channels.
message - The message text. Note that a logical message may be split into multiple. calls to this function. If you need to organize the results into a GUI, look for newlines.


Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.