Creates an instance of Ifto.
flag indicates monitoring should enable or not
This holds minimum time difference (in milliseconds) value to flush the logs.
Lambda context contains 'getRemainingTimeInMillis()' function which give how many milliseconds left for execution. flushLogsWhenDifferenceLessThanMilliseconds defines minimum milliseconds left, before flushing logs. Eg: if (context.getRemainingTimeInMillis() <= flushLogsWhenDifferenceLessThanMilliseconds) { flush the logs }
Holds the lambda Context object
Holds the log entries
Holds the output function
Add Lambda function context
Attach to Global object
Clear
Get value for flushLogsWhenDifferenceLessThanMilliseconds
Return lambda Context
Get log entries
Get formated log entry
Get output function
try to extract lower case or upper case values
Get the warning header
Initialize the Ifto process
Indicates whether the monitoring should start or not
Log data
Start monitoring
Update output function
Get instance of Ifto
Generated using TypeDoc
If lambda Timeout (Ifto) main class.
Ifto