Liking cljdoc? Tell your friends :D

jdk.rmi.server.LogStream

Deprecated. no replacement

Deprecated.
no replacement
raw docstring

*-briefclj

Static Constant.

Deprecated.

type: int

Static Constant.

Deprecated.

type: int
raw docstring

*-silentclj

Static Constant.

Deprecated.

type: int

Static Constant.

Deprecated.

type: int
raw docstring

*-verboseclj

Static Constant.

Deprecated.

type: int

Static Constant.

Deprecated.

type: int
raw docstring

*get-default-streamclj

(*get-default-stream)

Deprecated. no replacement

returns: default log stream - java.io.PrintStream

Deprecated. no replacement

returns: default log stream - `java.io.PrintStream`
raw docstring

*logclj

(*log name)

Deprecated. no replacement

name - name identifying the desired LogStream - java.lang.String

returns: log associated with given name - java.rmi.server.LogStream

Deprecated. no replacement

name - name identifying the desired LogStream - `java.lang.String`

returns: log associated with given name - `java.rmi.server.LogStream`
raw docstring

*parse-levelclj

(*parse-level s)

Deprecated. no replacement

s - name of logging level (e.g., 'SILENT', 'BRIEF', 'VERBOSE') - java.lang.String

returns: corresponding integer log level - int

Deprecated. no replacement

s - name of logging level (e.g., 'SILENT', 'BRIEF', 'VERBOSE') - `java.lang.String`

returns: corresponding integer log level - `int`
raw docstring

*set-default-streamclj

(*set-default-stream new-default)

Deprecated. no replacement

new-default - new default log stream - java.io.PrintStream

Deprecated. no replacement

new-default - new default log stream - `java.io.PrintStream`
raw docstring

get-output-streamclj

(get-output-stream this)

Deprecated. no replacement

returns: output stream for this log - java.io.OutputStream

Deprecated. no replacement

returns: output stream for this log - `java.io.OutputStream`
raw docstring

set-output-streamclj

(set-output-stream this out)

Deprecated. no replacement

out - new output stream for this log - java.io.OutputStream

Deprecated. no replacement

out - new output stream for this log - `java.io.OutputStream`
raw docstring

to-stringclj

(to-string this)

Deprecated. no replacement

returns: log name - java.lang.String

Deprecated. no replacement

returns: log name - `java.lang.String`
raw docstring

writeclj

(write this b)
(write this b off len)

Deprecated. no replacement

b - A byte array - byte[] off - Offset from which to start taking bytes - int len - Number of bytes to write - int

Deprecated. no replacement

b - A byte array - `byte[]`
off - Offset from which to start taking bytes - `int`
len - Number of bytes to write - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close