Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
796 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: log_str.h
  4. //
  5. // Module: Strings for logging modules to utilize
  6. //
  7. // Synopsis: Header file containing common strings optimized for cmlog.
  8. //
  9. // Copyright (c) 2000 Microsoft Corporation
  10. //
  11. // Author: sumitc Created 25/07/2000
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_LOG_STR
  15. #define _CM_LOG_STR
  16. const TCHAR* const c_pszCmEntryEnableLogging = TEXT("EnableLogging");
  17. const TCHAR* const c_pszCmSectionLogging = TEXT("Logging");
  18. const TCHAR* const c_pszCmEntryMaxLogFileSize = TEXT("MaxFileSize");
  19. const TCHAR* const c_pszCmEntryLogFileDirectory = TEXT("FileDirectory");
  20. #endif // _CM_LOG_STR