Package org.jboss.logmanager
Class StandardOutputStreams
java.lang.Object
org.jboss.logmanager.StandardOutputStreams
- Author:
- James R. Perkins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
printError
(String msg) Prints an error messages tostderr
.static void
printError
(String format, Object... args) Prints an error messages tostderr
.static void
printError
(Throwable cause, String msg) Prints an error messages tostderr
.static void
printError
(Throwable cause, String format, Object... args) Prints an error messages tostderr
.
-
Field Details
-
stdout
-
stderr
-
-
Constructor Details
-
StandardOutputStreams
public StandardOutputStreams()
-
-
Method Details
-
printError
Prints an error messages tostderr
.- Parameters:
msg
- the message to print
-
printError
Prints an error messages tostderr
.- Parameters:
format
- theformat
args
- the arguments for the format
-
printError
Prints an error messages tostderr
.- Parameters:
cause
- the cause of the error, if notnull
theThrowable.printStackTrace(PrintStream)
writes tostderr
msg
- the message to print
-
printError
Prints an error messages tostderr
.- Parameters:
cause
- the cause of the error, if notnull
theThrowable.printStackTrace(PrintStream)
writes tostderr
format
- theformat
args
- the arguments for the format
-