Click or drag to resize
IBusinessLogger Interface

[This is preliminary documentation and is subject to change.]

Adds log entries for objects

Namespace: Netadmin.Management.Common.BusinessLogging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IBusinessLogger

The IBusinessLogger type exposes the following members.

Methods
  NameDescription
Public methodIQuickLoggerCreateQuickLogger(LogObjectType, String, Boolean)
Creates a QuickLogger instance that can be used for standardized logging
Public method void Log(Int64, Int64, Int64, String, Boolean, Int64)
Adds a log entry to a specific object using the current Business Context IBusinessContext
Public method void Log(IBusinessContext, Int64, Int64, Int64, String, Boolean, Int64)
Adds a log entry to a specific object using specified Business Context
Top
See Also