LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
Log.cc File Reference

LSST DM logging module built on log4cxx. More...

#include <mutex>
#include <pthread.h>
#include <stdexcept>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <log4cxx/basicconfigurator.h>
#include <log4cxx/consoleappender.h>
#include <log4cxx/helpers/bytearrayinputstream.h>
#include <log4cxx/patternlayout.h>
#include <log4cxx/propertyconfigurator.h>
#include <log4cxx/xml/domconfigurator.h>
#include "lsst/log/Log.h"
#include "lwpID.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::log
 

Macros

#define MAX_LOG_MSG_LEN   1024
 

Functions

unsigned lsst::log::lwpID ()
 Function which returns LWP ID on platforms which support it. More...
 

Detailed Description

LSST DM logging module built on log4cxx.

Author
Bill Chickering Contact: chick.nosp@m.erin.nosp@m.g@cs..nosp@m.stan.nosp@m.ford..nosp@m.edu

Definition in file Log.cc.

Macro Definition Documentation

◆ MAX_LOG_MSG_LEN

#define MAX_LOG_MSG_LEN   1024

Definition at line 56 of file Log.cc.