Defines

ImageLogging.h File Reference

#include "prlog.h"
#include "prinrval.h"
#include "nsString.h"
Include dependency graph for ImageLogging.h:

Defines

#define LOG_SCOPE(l, s)
#define LOG_SCOPE_WITH_PARAM(l, s, pn, pv)
#define LOG_FUNC(l, s)
#define LOG_FUNC_WITH_PARAM(l, s, pn, pv)
#define LOG_STATIC_FUNC(l, s)
#define LOG_STATIC_FUNC_WITH_PARAM(l, s, pn, pv)
#define LOG_MSG(l, s, m)
#define LOG_MSG_WITH_PARAM   LOG_FUNC_WITH_PARAM

Define Documentation

#define LOG_FUNC (   l,
  s 
)
#define LOG_FUNC_WITH_PARAM (   l,
  s,
  pn,
  pv 
)
#define LOG_MSG (   l,
  s,
  m 
)
#define LOG_MSG_WITH_PARAM   LOG_FUNC_WITH_PARAM
#define LOG_SCOPE (   l,
  s 
)
#define LOG_SCOPE_WITH_PARAM (   l,
  s,
  pn,
  pv 
)
#define LOG_STATIC_FUNC (   l,
  s 
)
#define LOG_STATIC_FUNC_WITH_PARAM (   l,
  s,
  pn,
  pv 
)