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.

19 lines
531 B

  1. /*****************************************************************************\
  2. FILE: logging.h
  3. DESCRIPTION:
  4. Logging helper functions
  5. BryanSt 4/23/2001 (Bryan Starbuck)
  6. Copyright (C) Microsoft Corp 2001-2001. All rights reserved.
  7. \*****************************************************************************/
  8. #ifndef _LOGGING_H
  9. #define _LOGGING_H
  10. void WriteToLogFileA(LPCSTR pszMessage, ...);
  11. void WriteToLogFileW(LPCWSTR pszMessage);
  12. void CloseLogFile(void);
  13. #endif // _LOGGING_H