Cadabra
Computer algebra system for field theory problems
Classes | Variables
snoop Namespace Reference

Classes

class  Flush
 
class  Snoop
 Logging class with functionality to send log information to a remote server using a websocket connection. More...
 
class  SnoopImpl
 

Variables

Flush flush
 
Snoop log
 
const char info [] ="info"
 
const char warn [] ="warning"
 
const char error [] ="error"
 
const char fatal [] ="fatal"
 
const char email [] ="email"
 

Variable Documentation

◆ email

const char snoop::email[] ="email"

◆ error

const char snoop::error[] ="error"

◆ fatal

const char snoop::fatal[] ="fatal"

◆ flush

snoop::Flush snoop::flush
extern

◆ info

const char snoop::info[] ="info"

◆ log

snoop::Snoop snoop::log
extern

◆ warn

const char snoop::warn[] ="warning"