LoggerCreates and dispatches LogEvents |
|
---|---|
Loggers |
|
LoggerGlue |
|
|
Print a Logger Object |
Logger Tree |
|
Print Logger Trees |
|
Return a data.frame of all registered loggers |
|
Manage Log Levels |
|
|
Simple Logging |
Basic Setup for the Logging System |
|
Get/Create a Logger |
|
Logger Configuration Objects |
|
Demote an exception to a warning |
|
AppendersOutput LogEvents to a destination |
|
Log to the console |
|
Log to a file |
|
Log to a rotating file |
|
Log to a date-stamped rotating file |
|
Log to a time-stamped rotating file |
|
Log to a memory buffer |
|
Print an Appender object |
|
LayoutsFormat LogEvents before output |
|
Format Log Events as Text |
|
Format Log Events as Text via glue |
|
Format LogEvents as JSON |
|
LogEventContains the Data that is beeing logged |
|
LogEvents - The atomic unit of logging |
|
Coerce objects to LogEvent |
|
|
Coerce LogEvents to Data Frames |
|
A List of LogEvents |
Print or Format Logging Data |
|
Convert a LogEvent to a character string |
|
FiltersFilter events passed to Appenders or Loggers |
|
Event Filters |
|
Override the log level of all events processed by a Logger/Appender |
|
Inject values into all events processed by a Logger/Appender |
|
Check if an R Object is a Filter |
|
UtilitiesGeneral utility functions. Some may only be relevant to developers that want to extend lgr. |
|
|
Suspend All Logging |
|
Standardize User-Input Log Levels to Their Integer Representation |
|
Short string representation for R objects |
Inject Values into Logging Calls |
|
Information About the System |
|
Read a JSON logfile |
|
Setup a Simple Logger for a Package |
|
Label/Unlabel Log Levels |
|
Colorize Levels |
|
Pad Character Vectors |
|
Abstract ClassesFor Package developers that want to build new Appenders, Layouts or Loggers |
|
Appenders |
|
Abstract Class for Layouts |
|
Abstract Class for Filterables |
|
Abstract class for logging to tabular structures |
|
Abstract class for logging to memory buffers |
|
Logger Error Conditions |