Show / Hide Table of Contents

Class ConsoleLogger

Inheritance
System.Object
ConsoleLogger
Implements
IBitmovinApiLogger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Common.Logging
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ConsoleLogger : IBitmovinApiLogger

Methods

LogRequest(HttpRequestMessage)

Declaration
public Task LogRequest(HttpRequestMessage request)
Parameters
Type Name Description
HttpRequestMessage request
Returns
Type Description
System.Threading.Tasks.Task

LogResponse(HttpResponseMessage)

Declaration
public Task LogResponse(HttpResponseMessage response)
Parameters
Type Name Description
HttpResponseMessage response
Returns
Type Description
System.Threading.Tasks.Task

Implements

IBitmovinApiLogger
Back to top Generated by DocFX