Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
Level�Constructor�(Int32, String)
Constructor
[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal
level�As�
Integer,�_
���ByVal
levelName�As�
String�_
)
[C#]
public�Level(
���
int�
level,
���
string�
levelName);
Parameters
-
level
- Integer value for this level, higher values represent more severe levels.
-
levelName
- The string name of this level.
Remarks
Initializes a new instance of the Level class with the specified level name and value.
See Also
Level Class | log4net.Core Namespace | Level Constructor Overload List