 | InfoArgsLogLevelText property |
Converts an InfoType into its string equivalent, e.g:
InfoType.Error in "ERROR".
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic string LogLevelText { get; }
Public ReadOnly Property LogLevelText As String
Get
public:
property String^ LogLevelText {
String^ get ();
}
member LogLevelText : string with get
Property value
String
See also