AppenderBuffer          Log to a Memory Buffer
AppenderConsole         Log to the Console
AppenderDbi             Log to Databases via DBI
AppenderDigest          Abstract Class for Digests
AppenderDt              Log to an In-Memory Data.Table
AppenderFile            Log to a File
AppenderGmail           Send Log Emails via gmailr
AppenderJson            Log to a JSON File
AppenderMemory          Abstract Class for Logging to Memory Buffers
AppenderPushbullet      Send Push-Notifications via RPushbullet
AppenderRjdbc           Log to Databases via RJDBC
AppenderSendmail        Send Log Emails via sendmailR
AppenderTable           Abstract Class for Logging to Tabular
                        Structures
EventFilter             Event Filters
LayoutDbi               Format Log Events for Output to Databases
LayoutFormat            Format Log Events as Text
LayoutGlue              Format Log Events as Text via glue
LayoutJson              Format LogEvents as JSON
LogEvent                Events - The Atomic Unit of Logging
Logger                  Loggers
as.data.frame.LogEvent
                        Coerce LogEvents to Data Frames
basic_config            Basic Setup for the Logging System
colorize_levels         Colorize Levels
default_exception_handler
                        Demote an Exception to a Warning
default_should_flush    Default Should Flush Function
get_caller              Information About the System
get_log_levels          Manage Log Levels
get_logger              Get/Create a Logger
is_filter               Check if an R Object is a Filter
label_levels            Label/Unlabel Log Levels
logger_config           Logger Configuration Objects
pad_right               Pad Character Vectors
print.LogEvent          Print or Format Logging Data
print.Logger            Print a Logger Object
read_json_lines         Read a JSON logfile
select_dbi_layout       Select Appropriate Database Table Layout
simple_logging          Simple Logging
suspend_logging         Suspend All Logging
use_logger              Setup a Simple Logger for a Package
with_log_level          Inject Values into Logging Calls
