ILogger.convert

Return the name associated with level

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

Parameters

level Level

The Level to get the name for

Return Value

Type: string

The name associated with level.

Meta