IBusinessLoggerCreateQuickLogger Method |
[This is preliminary documentation and is subject to change.]
Creates a QuickLogger instance that can be used for standardized logging
Namespace: Netadmin.Management.Common.BusinessLoggingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIQuickLogger CreateQuickLogger(
LogObjectType logType,
string typeEntityName,
bool visibleToServiceProviders
)
Function CreateQuickLogger (
logType As LogObjectType,
typeEntityName As String,
visibleToServiceProviders As Boolean
) As IQuickLogger
Parameters
- logType
- Type: Netadmin.Management.Common.BusinessLoggingLogObjectType
The log type - typeEntityName
- Type: SystemString
A friendly name for the entity. Will be included in the log message - visibleToServiceProviders
- Type: SystemBoolean
True if post should be visible to service providers, otherwise false
Return Value
Type:
IQuickLoggerA quicklogger instance
See Also