LogLevelExtensions.ToLogLevel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Teams.Common.Logging.LogLevel? ToLogLevel(this string text);
static member ToLogLevel : string -> Nullable<Microsoft.Teams.Common.Logging.LogLevel>
<Extension()>
Public Function ToLogLevel (text As String) As Nullable(Of LogLevel)
Parameters
- text
- String