psdi.util.logging

Interface MaxLoggerRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    MaxLogger


    public interface MaxLoggerRemote
    extends MboRemote
    • Method Detail

      • addAppenders

        void addAppenders()
                   throws MXException,
                          java.rmi.RemoteException
        Add appenders to the logger.
        Throws:
        MXException
        java.rmi.RemoteException
      • setInheritedAppenders

        void setInheritedAppenders()
                            throws MXException,
                                   java.rmi.RemoteException
        Set the non-persistent field for inherited appenders.
        Throws:
        MXException
        java.rmi.RemoteException
      • write

        java.lang.String write()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException