Class CurlLogger
Assembly: Glitch9.IO.dll
Syntax
public class CurlLogger : Logger, ILogger
Constructors
|
Edit this page
View Source
CurlLogger(string, CurlLogOptions)
Declaration
public CurlLogger(string tag, CurlLogOptions options)
Parameters
Properties
|
Edit this page
View Source
LogOptions
Declaration
public CurlLogOptions LogOptions { get; }
Property Value
Methods
|
Edit this page
View Source
LogFrame(string)
Declaration
public void LogFrame(string frame)
Parameters
| Type |
Name |
Description |
| string |
frame |
|
|
Edit this page
View Source
LogRequestInfo(CurlContext)
Declaration
public void LogRequestInfo(CurlContext ctx)
Parameters
|
Edit this page
View Source
LogResponseInfo(CurlContext)
Declaration
public void LogResponseInfo(CurlContext ctx)
Parameters
Implements
Extension Methods