Skip to main content

Class LogExtension

Namespace: Workspace.XBR.Xperiflow.Utilities.Logging.Extensions

Assembly: Xperiflow.dll

Declaration
public static class LogExtension

Methods

LogObject(IBRApiErrorLog, SessionInfo, string, object)

Logs an object to the OneStream BRApi error log.

Declaration
public static void LogObject(this IBRApiErrorLog ApiErrorLog, SessionInfo si, string message, object objectToLog)
Parameters
TypeName
OneStream.Shared.Wcf.IBRApiErrorLogApiErrorLog
OneStream.Shared.Common.SessionInfosi
System.Stringmessage
System.ObjectobjectToLog

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?