Click or drag to resize
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.BusinessLogging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IQuickLogger CreateQuickLogger(
	LogObjectType logType,
	string typeEntityName,
	bool visibleToServiceProviders
)

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: IQuickLogger
A quicklogger instance
See Also