()
| 265 | } |
| 266 | |
| 267 | func (entry *Entry) getBufferPool() (pool BufferPool) { |
| 268 | if entry.Logger.BufferPool != nil { |
| 269 | return entry.Logger.BufferPool |
| 270 | } |
| 271 | return bufferPool |
| 272 | } |
| 273 | |
| 274 | func (entry *Entry) fireHooks() { |
| 275 | var tmpHooks LevelHooks |