java.lang.Object
org.jboss.logmanager.StandardOutputStreams
- Author:
- James R. Perkins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintError(String msg) Prints an error messages tostderr.static voidprintError(String format, Object... args) Prints an error messages tostderr.static voidprintError(Throwable cause, String msg) Prints an error messages tostderr.static voidprintError(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- theformatargs- the arguments for the format
-
printError
Prints an error messages tostderr.- Parameters:
cause- the cause of the error, if notnulltheThrowable.printStackTrace(PrintStream)writes tostderrmsg- the message to print
-
printError
Prints an error messages tostderr.- Parameters:
cause- the cause of the error, if notnulltheThrowable.printStackTrace(PrintStream)writes tostderrformat- theformatargs- the arguments for the format
-