The OpenSAML V2 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

log4shib is a forked version of log4cpp that has been created for the Shibboleth project to ensure a consistent, working snapshot that builds reliably on the necessary platforms. Not every project can afford to devote resources to every platform, but unfortunately maintaining every other project just to maintain your own is also not realistic.

There are no plans to support this package outside of a Shibboleth (or OpenSAML) context, and enhancements are unlikely. If an opportunity to converge back with log4cpp arises, it may happen, but that code has undergone significant changes since the snapshot the fork was based on.

The dependent projects all build cleanly with either logging library, but you must use the same one throughout your build, obviously.

Non-Windows

A typical command might be:

./configure --disable-static --disable-doxygen

Windows

The source distribution includes VS 2010 solution files that should be functional to build the log4shibDLL project.

A batch file log4shib-compile.bat in the dependencies subdirectoryof the git-msbuild project can be used to automate the build.  It takes a single parameter "win32" or "x64" and should be called from the appropriate VC build command line.

  • No labels