| 850 | } |
| 851 | |
| 852 | type levelWriter struct { |
| 853 | ops []struct { |
| 854 | l Level |
| 855 | p string |
| 856 | } |
| 857 | } |
| 858 | |
| 859 | func (lw *levelWriter) Write(p []byte) (int, error) { |
| 860 | return len(p), nil |
nothing calls this directly
no outgoing calls
no test coverage detected