logSevere

public abstract void logSevere(String message, Throwable thrown)

Log an error that stands out from other system messages.

Parameters

message

The message to display

thrown

The exception that was thrown (null if none)


public abstract void logSevere(String message)

Log an error that stands out from other system messages.

Parameters

message

The message to display