Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RDirectory.cxx
Go to the documentation of this file.
1/// \file RDirectory.cxx
2/// \ingroup Base ROOT7
3/// \author Axel Naumann <axel@cern.ch>
4/// \date 2020-12-04
5/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6/// is welcome!
7
8/*************************************************************************
9 * Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
10 * All rights reserved. *
11 * *
12 * For the licensing terms see $ROOTSYS/LICENSE. *
13 * For the list of contributors see $ROOTSYS/README/CREDITS. *
14 *************************************************************************/
15
16#include <ROOT/RDirectory.hxx>
17
18#include <ROOT/RLogger.hxx>
19
21 static RLogChannel sLog("ROOT.IO");
22 return sLog;
23}
A log configuration for a channel, e.g.
Definition RLogger.hxx:101
RLogChannel & IOLog()
Logging for generic IO functionality.