Error and info log message sinks.
These delegates are called with the log message passed as const(char)[] argument, and can be overwritten to hook the Thrift libraries up with a custom logging system. By default, they forward all output to stdout/stderr.
See Implementation
Error and info log message sinks.
These delegates are called with the log message passed as const(char)[] argument, and can be overwritten to hook the Thrift libraries up with a custom logging system. By default, they forward all output to stdout/stderr.