MySQL 8.3.0
Source Code Documentation
log_errstream Struct Reference

An error-stream. More...

Public Attributes

FILE * file {nullptr}
 file to log to More...
 
mysql_mutex_t LOCK_errstream
 lock for logging More...
 

Detailed Description

An error-stream.

Rather than implement its own file operations, a log-service may use convenience functions defined in this file. These functions use the log_errstream struct to describe their log-files. These structs are opaque to the log-services.

Member Data Documentation

◆ file

FILE* log_errstream::file {nullptr}

file to log to

◆ LOCK_errstream

mysql_mutex_t log_errstream::LOCK_errstream

lock for logging


The documentation for this struct was generated from the following file: