log4qt.cpp 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /******************************************************************************
  2. *
  3. * package: Log4Qt
  4. * file: logging.cpp
  5. * created: September 2007
  6. * author: Martin Heinrich
  7. *
  8. *
  9. * Copyright 2007 Martin Heinrich
  10. *
  11. * Licensed under the Apache License, Version 2.0 (the "License");
  12. * you may not use this file except in compliance with the License.
  13. * You may obtain a copy of the License at
  14. *
  15. * http://www.apache.org/licenses/LICENSE-2.0
  16. *
  17. * Unless required by applicable law or agreed to in writing, software
  18. * distributed under the License is distributed on an "AS IS" BASIS,
  19. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  20. * See the License for the specific language governing permissions and
  21. * limitations under the License.
  22. *
  23. *****************************************************************************/
  24. /******************************************************************************
  25. *Dependencies
  26. ******************************************************************************/
  27. #include "log4qt/log4qt.h"
  28. namespace Log4Qt
  29. {
  30. /**************************************************************************
  31. * Declarations
  32. **************************************************************************/
  33. /**************************************************************************
  34. * C helper functions
  35. **************************************************************************/
  36. /**************************************************************************
  37. *Implementation: Operators, Helper
  38. **************************************************************************/
  39. } // namespace Log4Qt