LoggerManagerContainsLogger Method |
Determines whether the logger cache contains an object with the specified logger name.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static bool ContainsLogger(
string name
)
Public Shared Function ContainsLogger (
name As String
) As Boolean
public:
static bool ContainsLogger(
String^ name
)
static member ContainsLogger :
name : string -> bool
Parameters
- name
- Type: SystemString
The logger name.
Return Value
Type:
Booleantrue if the logger cache contains an element with the key; otherwise, false.
See Also