e
Send a Level.Error log message to all Log instances installed at Root.
NOTE: The lazyMsg inline version of this function should be preferred when possible to mitigate unnecessary String creation.
Return
The number of Log instances that logged the data.
Parameters
The message to log.
Send a Level.Error log message to all Log instances installed at Root.
Return
The number of Log instances that logged the data.
Parameters
The error to log.
Send a Level.Error log message to all Log instances installed at Root.
NOTE: The lazyMsg inline version of this function should be preferred when possible to mitigate unnecessary String creation.
Return
The number of Log instances that logged the data.
Parameters
The message to log.
The error to log.
Send a Level.Error log message to all Log instances installed at Root. If no Log instances are installed, or none will accept it, then nothing is logged and lazyMsg will not be invoked.
Return
The number of Log instances that logged the data.
Parameters
The message to log.
Send a Level.Error log message to all Log instances installed at Root. If no Log instances are installed, or none will accept it, then nothing is logged and lazyMsg will not be invoked.
Return
The number of Log instances that logged the data.
Parameters
The message to log.
The error to log or null.