Click or drag to resize

LogFactoryCreateProcessLogger Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.LogFactory.CreateProcessLogger(System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator)"]


Namespace: Scanjour.Workflow4.Common.Logging
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static ILogger CreateProcessLogger(
	Uri odataUri,
	IAuthenticator authenticator
)

Parameters

odataUri  Uri

[Missing <param name="odataUri"/> documentation for "M:Scanjour.Workflow4.Common.Logging.LogFactory.CreateProcessLogger(System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator)"]

authenticator  IAuthenticator

[Missing <param name="authenticator"/> documentation for "M:Scanjour.Workflow4.Common.Logging.LogFactory.CreateProcessLogger(System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator)"]

Return Value

ILogger

[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Logging.LogFactory.CreateProcessLogger(System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator)"]

See Also