Class InfluxDBTraceFilter
Inheritance
System.Object
InfluxDBTraceFilter
Assembly: InfluxDB.Client.Core.dll
Syntax
public class InfluxDBTraceFilter : TraceFilter
Constructors
InfluxDBTraceFilter(String[], Boolean)
Declaration
public InfluxDBTraceFilter(string[] categoryToFilter, bool keep)
Parameters
Type |
Name |
Description |
System.String[] |
categoryToFilter |
|
System.Boolean |
keep |
|
Fields
CategoryInflux
Declaration
public const string CategoryInflux = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxError
Declaration
public const string CategoryInfluxError = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxLogger
Declaration
public const string CategoryInfluxLogger = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxQuery
Declaration
public const string CategoryInfluxQuery = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxQueryError
Declaration
public const string CategoryInfluxQueryError = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxWrite
Declaration
public const string CategoryInfluxWrite = null
Field Value
Type |
Description |
System.String |
|
CategoryInfluxWriteError
Declaration
public const string CategoryInfluxWriteError = null
Field Value
Type |
Description |
System.String |
|
Methods
ShouldTrace(TraceEventCache, String, TraceEventType, Int32, String, Object[], Object, Object[])
Declaration
public override bool ShouldTrace(TraceEventCache eventCache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data, object[] dataArray)
Parameters
Type |
Name |
Description |
TraceEventCache |
eventCache |
|
System.String |
source |
|
TraceEventType |
eventType |
|
System.Int32 |
id |
|
System.String |
formatOrMessage |
|
System.Object[] |
args |
|
System.Object |
data |
|
System.Object[] |
dataArray |
|
Returns
Type |
Description |
System.Boolean |
|
SuppressInflux()
Suppress all client trace messages.
Declaration
public static InfluxDBTraceFilter SuppressInflux()
Returns
SuppressInfluxVerbose()
Declaration
public static InfluxDBTraceFilter SuppressInfluxVerbose()
Returns