Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 1, 2019 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/bc0f703e9779021d8e88e78a0ad43116 to your computer and use it in GitHub Desktop.
Save ryantm/bc0f703e9779021d8e88e78a0ad43116 to your computer and use it in GitHub Desktop.
/nix/store/abkpqg5a9qrn53qd9lcmls487nri9hpd-log4cplus-2.0.4
├── include
│   └── log4cplus
│   ├── appender.h
│   ├── asyncappender.h
│   ├── boost
│   │   └── deviceappender.hxx
│   ├── callbackappender.h
│   ├── clfsappender.h
│   ├── clogger.h
│   ├── config
│   │   ├── defines.hxx
│   │   ├── macosx.h
│   │   ├── win32.h
│   │   ├── windowsh-inc-full.h
│   │   └── windowsh-inc.h
│   ├── config.hxx
│   ├── configurator.h
│   ├── consoleappender.h
│   ├── fileappender.h
│   ├── fstreams.h
│   ├── helpers
│   │   ├── appenderattachableimpl.h
│   │   ├── connectorthread.h
│   │   ├── fileinfo.h
│   │   ├── lockfile.h
│   │   ├── loglog.h
│   │   ├── pointer.h
│   │   ├── property.h
│   │   ├── queue.h
│   │   ├── snprintf.h
│   │   ├── socketbuffer.h
│   │   ├── socket.h
│   │   ├── stringhelper.h
│   │   ├── thread-config.h
│   │   └── timehelper.h
│   ├── hierarchy.h
│   ├── hierarchylocker.h
│   ├── initializer.h
│   ├── internal
│   │   ├── customloglevelmanager.h
│   │   ├── cygwin-win32.h
│   │   ├── env.h
│   │   ├── internal.h
│   │   └── socket.h
│   ├── layout.h
│   ├── log4cplus.h
│   ├── log4judpappender.h
│   ├── logger.h
│   ├── loggingmacros.h
│   ├── loglevel.h
│   ├── mdc.h
│   ├── msttsappender.h
│   ├── ndc.h
│   ├── nteventlogappender.h
│   ├── nullappender.h
│   ├── qt4debugappender.h
│   ├── qt5debugappender.h
│   ├── socketappender.h
│   ├── spi
│   │   ├── appenderattachable.h
│   │   ├── factory.h
│   │   ├── filter.h
│   │   ├── loggerfactory.h
│   │   ├── loggerimpl.h
│   │   ├── loggingevent.h
│   │   ├── objectregistry.h
│   │   └── rootlogger.h
│   ├── streams.h
│   ├── syslogappender.h
│   ├── tchar.h
│   ├── thread
│   │   ├── impl
│   │   │   ├── syncprims-cxx11.h
│   │   │   ├── syncprims-impl.h
│   │   │   ├── syncprims-pmsm.h
│   │   │   ├── threads-impl.h
│   │   │   └── tls.h
│   │   ├── syncprims.h
│   │   ├── syncprims-pub-impl.h
│   │   └── threads.h
│   ├── tracelogger.h
│   ├── tstring.h
│   ├── version.h
│   ├── win32consoleappender.h
│   └── win32debugappender.h
└── lib
├── liblog4cplus-2.0.so.3 -> liblog4cplus-2.0.so.3.4.4
├── liblog4cplus-2.0.so.3.4.4
├── liblog4cplus.la
├── liblog4cplus.so -> liblog4cplus-2.0.so.3.4.4
├── liblog4cplusU-2.0.so.3 -> liblog4cplusU-2.0.so.3.4.4
├── liblog4cplusU-2.0.so.3.4.4
├── liblog4cplusU.la
├── liblog4cplusU.so -> liblog4cplusU-2.0.so.3.4.4
└── pkgconfig
└── log4cplus.pc
11 directories, 85 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment