Was this page helpful?
CassLogMessage¶
- 
struct CassLogMessage¶
- A log message. - Public Members - 
cass_uint64_t time_ms¶
- The millisecond timestamp (since the Epoch) when the message was logged 
 - 
CassLogLevel severity¶
- The severity of the log message 
 - 
const char *file¶
- The file where the message was logged 
 - 
int line¶
- The line in the file where the message was logged 
 - 
const char *function¶
- The function where the message was logged 
 - 
char message[1024]¶
- The message 
 
- 
cass_uint64_t time_ms¶