Click or drag to resize
IBusinessLogger Methods

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

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