| Appender | Appenders |
| 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 |
| as.data.frame.LogEvent | Coerce LogEvents to Data Frames |
| as_LogEvent | Coerce objects to LogEvent |
| basic_config | Basic Setup for the Logging System |
| CannotInitializeAbstractClassError | Logger Error Conditions |
| colorize_levels | Colorize Levels |
| default_exception_handler | Demote an exception to a warning |
| EventFilter | Event Filters |
| event_list | A List of LogEvents |
| Filterable | Abstract Class for Filterables |
| FilterForceLevel | Override the log level of all events processed by a... |
| FilterInject | Inject values into all events processed by a Logger/Appender |
| get_logger | Get/Create a Logger |
| get_log_levels | Manage Log Levels |
| is_filter | Check if an R Object is a Filter |
| label_levels | Label/Unlabel Log Levels |
| Layout | Abstract Class for Layouts |
| LayoutFormat | Format Log Events as Text |
| LayoutGlue | Format Log Events as Text via glue |
| LayoutJson | Format LogEvents as JSON |
| lgr-package | A Fully Featured Logging Framework for R |
| LogEvent | LogEvents - The atomic unit of logging |
| Logger | Loggers |
| logger_config | Logger Configuration Objects |
| LoggerGlue | LoggerGlue |
| 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... |
| string_repr | Short string representation for R objects |
| suspend_logging | Suspend All Logging |
| system_infos | Information About the System |
| 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.