Bitcoin Core  27.99.0
P2P Digital Currency
Macros
trace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRACE(context, event)
 
#define TRACE1(context, event, a)
 
#define TRACE2(context, event, a, b)
 
#define TRACE3(context, event, a, b, c)
 
#define TRACE4(context, event, a, b, c, d)
 
#define TRACE5(context, event, a, b, c, d, e)
 
#define TRACE6(context, event, a, b, c, d, e, f)
 
#define TRACE7(context, event, a, b, c, d, e, f, g)
 
#define TRACE8(context, event, a, b, c, d, e, f, g, h)
 
#define TRACE9(context, event, a, b, c, d, e, f, g, h, i)
 
#define TRACE10(context, event, a, b, c, d, e, f, g, h, i, j)
 
#define TRACE11(context, event, a, b, c, d, e, f, g, h, i, j, k)
 
#define TRACE12(context, event, a, b, c, d, e, f, g, h, i, j, k, l)
 

Macro Definition Documentation

◆ TRACE

#define TRACE (   context,
  event 
)

Definition at line 32 of file trace.h.

◆ TRACE1

#define TRACE1 (   context,
  event,
 
)

Definition at line 33 of file trace.h.

◆ TRACE10

#define TRACE10 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
 
)

Definition at line 42 of file trace.h.

◆ TRACE11

#define TRACE11 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
 
)

Definition at line 43 of file trace.h.

◆ TRACE12

#define TRACE12 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
 
)

Definition at line 44 of file trace.h.

◆ TRACE2

#define TRACE2 (   context,
  event,
  a,
 
)

Definition at line 34 of file trace.h.

◆ TRACE3

#define TRACE3 (   context,
  event,
  a,
  b,
 
)

Definition at line 35 of file trace.h.

◆ TRACE4

#define TRACE4 (   context,
  event,
  a,
  b,
  c,
 
)

Definition at line 36 of file trace.h.

◆ TRACE5

#define TRACE5 (   context,
  event,
  a,
  b,
  c,
  d,
 
)

Definition at line 37 of file trace.h.

◆ TRACE6

#define TRACE6 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
 
)

Definition at line 38 of file trace.h.

◆ TRACE7

#define TRACE7 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
 
)

Definition at line 39 of file trace.h.

◆ TRACE8

#define TRACE8 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
 
)

Definition at line 40 of file trace.h.

◆ TRACE9

#define TRACE9 (   context,
  event,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
 
)

Definition at line 41 of file trace.h.