String is the string representation of this level
()
| 41 | |
| 42 | // String is the string representation of this level |
| 43 | func (l LogLevel) String() string { |
| 44 | return string(l) |
| 45 | } |
| 46 | |
| 47 | // Type is the data type to be used for this type |
| 48 | // when used as a flag |
no outgoing calls