()
| 112 | } |
| 113 | |
| 114 | func getFormatter() Formatter { |
| 115 | formatter.RLock() |
| 116 | defer formatter.RUnlock() |
| 117 | return formatter.def |
| 118 | } |
| 119 | |
| 120 | var ( |
| 121 | // DefaultFormatter is the default formatter used and is only the message. |
no outgoing calls
no test coverage detected