Click or drag to resize
IQuickLoggerCustom Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Custom(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.String)"]

Namespace: Netadmin.Management.Common.BusinessLogging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void Custom(
	IEnumerable<ILoggable> loggables,
	string message
)

Parameters

loggables
Type: System.Collections.GenericIEnumerableILoggable

[Missing <param name="loggables"/> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Custom(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Netadmin.Management.Common.BusinessLogging.IQuickLogger.Custom(System.Collections.Generic.IEnumerable{Netadmin.Management.Common.BusinessLogging.ILoggable},System.String)"]

See Also