Logging Appenders
Logging appenders are used to append the logging information to somewhere. For example, Log.DefaultAppendersends logs to System.debug.
We may apply different implementation in custom logging appenders, so that we can extend Log.apex.
Check default appenders and custom appenders for details.