(moduleID string)
| 523 | } |
| 524 | |
| 525 | func (cl *CustomLog) matchesModule(moduleID string) bool { |
| 526 | return cl.loggerAllowed(moduleID, true) |
| 527 | } |
| 528 | |
| 529 | // loggerAllowed returns true if name is allowed to emit |
| 530 | // to cl. isModule should be true if name is the name of |