summaryrefslogtreecommitdiff
path: root/src/logTargets.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-108/+169
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* logtargets valgrind cleanupChristian Pointner2009-10-041-2/+4
|
* added timestap to stdout, stderr and file log messageChristian Pointner2009-05-031-2/+4
|
* log targets get enabled at add only if prio > 0Christian Pointner2009-02-231-1/+1
|
* fixed log target string parserChristian Pointner2009-02-221-1/+3
|
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-6/+3
|
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-1/+1
|
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-12/+16
|
* fixed build on Windows (after logging chances)Christian Pointner2009-02-221-12/+12
|
* added extended logging capability Christian Pointner2009-02-221-0/+433