Flow123d  release_2.2.0-914-gf1a3a4f
Functions
logger.cc File Reference
#include "system/logger.hh"
#include "system/logger_options.hh"
#include "system/global_defs.h"
#include "system/file_path.hh"
#include "config.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::string cmn_prefix (std::string a, std::string b)
 Helper function, use for shorten the code point path. More...
 
Loggeroperator<< (Logger &log, StreamMask mask)
 
Loggeroperator<< (Logger &log, std::ostream &(*pf)(std::ostream &))
 

Detailed Description

 * Copyright (C) 2015 Technical University of Liberec. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Definition in file logger.cc.

Function Documentation

std::string cmn_prefix ( std::string  a,
std::string  b 
)

Helper function, use for shorten the code point path.

Definition at line 29 of file logger.cc.

Here is the caller graph for this function:

Logger& operator<< ( Logger log,
StreamMask  mask 
)

implementation of operators

Definition at line 279 of file logger.cc.

Logger& operator<< ( Logger log,
std::ostream &(*)(std::ostream &)  pf 
)

Definition at line 289 of file logger.cc.