ceylon.language.printStackTrace.ceylon Maven / Gradle / Ivy
"Print the stack trace of the given [[Exception]] using the
given [[function|write]], or to
[[standard error|process.writeError]] if no function is
specified."
tagged("Environment")
shared native void printStackTrace(Throwable exception,
"A function that prints the given string.
Defaults to [[process.writeError]]."
void write(String string)
=> process.writeError(string));
© 2015 - 2024 Weber Informatics LLC | Privacy Policy