Module markov.data_models.key_value_log_message
Classes
class KeyValueLogMessage (key: Any, value: Any)-
A model class to store log messages as Key Value pairs
Attributes
key:Any- representing what this log message is about
value:Any- the value for the log message providing details about the key
timestamp:epoch- the timestamp at which this log was created
Subclasses
Instance variables
var key : Anyvar timestamp : floatvar value : Any