FileLogger
A simple file logger that works with SalesforceLogger to write log entries to a file.
Author
bhariharan
Functions
Link copied to clipboard
Writes a log line to the file.
Link copied to clipboard
Writes an array of log lines to the file.
Writes a list of log lines to the file.
Link copied to clipboard
Returns all log lines stored in FIFO and removes them as they are being read.
Link copied to clipboard
Returns all log lines stored in FIFO and removes them as they are being read.
Link copied to clipboard
Returns an array of log lines in FIFO and removes them as they are being read.
Link copied to clipboard
Returns a list of log lines in FIFO and removes them as they are being read.
Link copied to clipboard
Returns a single log line in FIFO.
Link copied to clipboard
Removes the first log line in the file.
Link copied to clipboard
Removes the specified number of log lines from the file in FIFO.
Link copied to clipboard
Resets the stored file logger prefs.