AppenderBuffer          Log to a memory buffer
AppenderConsole         Log to the console
AppenderFile            Log to a file
AppenderFileRotating    Log to a rotating file
AppenderFileRotatingDate
                        Log to a date-stamped rotating file
AppenderFileRotatingTime
                        Log to a time-stamped rotating file
AppenderMemory          Abstract class for logging to memory buffers
AppenderTable           Abstract class for logging to tabular
                        structures
CannotInitializeAbstractClassError
                        Logger Error Conditions
EventFilter             Event Filters
FilterForceLevel        Override the log level of all events processed
                        by a Logger/Appender
FilterInject            Inject values into all events processed by a
                        Logger/Appender
Filterable              Abstract Class for Filterables
Layout                  Abstract Class for Layouts
LayoutFormat            Format Log Events as Text
LayoutGlue              Format Log Events as Text via glue
LayoutJson              Format LogEvents as JSON
LogEvent                LogEvents - The atomic unit of logging
Logger                  Loggers
LoggerGlue              LoggerGlue
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
event_list              A List of LogEvents
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
logger_index            Return a data.frame of all registered loggers
logger_tree             Logger Tree
pad_right               Pad Character Vectors
print.Appender          Print an Appender object
print.LogEvent          Print or Format Logging Data
print.Logger            Print a Logger Object
print.logger_tree       Print Logger Trees
read_json_lines         Read a JSON logfile
simple_logging          Simple Logging
standardize_threshold   Standardize User-Input Log Levels to Their
                        Integer Representation
string_repr             Short string representation for R objects
suspend_logging         Suspend All Logging
toString.LogEvent       Convert a LogEvent to a character string
use_logger              Setup a Simple Logger for a Package
with_log_level          Inject Values into Logging Calls
