Get the logging flag
()
| 60 | |
| 61 | // Get the logging flag |
| 62 | func (s *Sender) Logging() bool { return s.logging } |
| 63 | // Set the logging flag |
| 64 | func (s *Sender) SetLogging(logging bool) { s.logging = logging } |
| 65 |
no outgoing calls
no test coverage detected