ILogger.convert

Return the name associated with level

  1. Level convert(cstring name, Level def)
  2. istring convert(Level level)
    interface ILogger
    static
    convert

Parameters

level Level

The Level to get the name for

Return Value

Type: istring

The name associated with level.

Meta