java.rmi.server

Class LogStream

    • Field Detail

      • SILENT

        public static final int SILENT
        Deprecated. 
        log level constant (no logging).
        See Also:
        Constant Field Values
      • BRIEF

        public static final int BRIEF
        Deprecated. 
        log level constant (brief logging).
        See Also:
        Constant Field Values
      • VERBOSE

        public static final int VERBOSE
        Deprecated. 
        log level constant (verbose logging).
        See Also:
        Constant Field Values
    • Method Detail

      • log

        @Deprecated
        public static LogStream log(String name)
        Deprecated. no replacement
        Return the LogStream identified by the given name. If a log corresponding to "name" does not exist, a log using the default stream is created.
        Parameters:
        name - name identifying the desired LogStream
        Returns:
        log associated with given name
        Since:
        JDK1.1
      • setDefaultStream

        @Deprecated
        public static void setDefaultStream(PrintStream newDefault)
        Deprecated. no replacement
        Set the default stream for new logs.
        Parameters:
        newDefault - new default log stream
        Since:
        JDK1.1
        See Also:
        getDefaultStream()
      • setOutputStream

        @Deprecated
        public void setOutputStream(OutputStream out)
        Deprecated. no replacement
        Set the stream to which output from this log is sent.
        Parameters:
        out - new output stream for this log
        Since:
        JDK1.1
        See Also:
        getOutputStream()
      • write

        @Deprecated
        public void write(int b)
        Deprecated. no replacement
        Write a byte of data to the stream. If it is not a newline, then the byte is appended to the internal buffer. If it is a newline, then the currently buffered line is sent to the log's output stream, prefixed with the appropriate logging information.
        Overrides:
        write in class PrintStream
        Parameters:
        b - The byte to be written
        Since:
        JDK1.1
        See Also:
        PrintStream.print(char), PrintStream.println(char)
      • write

        @Deprecated
        public void write(byte[] b,
                            int off,
                            int len)
        Deprecated. no replacement
        Write a subarray of bytes. Pass each through write byte method.
        Overrides:
        write in class PrintStream
        Parameters:
        b - A byte array
        off - Offset from which to start taking bytes
        len - Number of bytes to write
        Since:
        JDK1.1
        See Also:
        FilterOutputStream.write(int)
      • toString

        @Deprecated
        public String toString()
        Deprecated. no replacement
        Return log name as string representation.
        Overrides:
        toString in class Object
        Returns:
        log name
        Since:
        JDK1.1
      • parseLevel

        @Deprecated
        public static int parseLevel(String s)
        Deprecated. no replacement
        Convert a string name of a logging level to its internal integer representation.
        Parameters:
        s - name of logging level (e.g., 'SILENT', 'BRIEF', 'VERBOSE')
        Returns:
        corresponding integer log level
        Since:
        JDK1.1

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 01/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/rmi/server/LogStream.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, LogStream

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut