Open abhijeetbhagat opened 6 years ago
Implement logging levels and writers:
connection.trace_level = TraceLevel::All; connection.trace_writer = TraceWriter::Console;
Implement logging levels and writers: