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
689 B

  1. # Define functions used for logging
  2. # TraceLog(,,ID,GRP,MSG,ARG)
  3. # ID - indicates where we should look for ID (required)
  4. # GRP - indicates what group this message belongs to (optional. Default 1)
  5. # MSG - what message needs to be used (optional. Default="ID(args)")
  6. # ARG - list of arguments (optional. Default = "no args")
  7. DFS_TRACE_HIGH(,MSG,ARG);
  8. DFS_TRACE_NORM(,MSG,ARG);
  9. DFS_TRACE_LOW(,MSG,ARG);
  10. DFS_TRACE_ERROR_HIGH(,,MSG,ARG);
  11. DFS_TRACE_ERROR_NORM(,,MSG,ARG);
  12. DFS_TRACE_ERROR_LOW(,,MSG,ARG);
  13. DEFINE_CPLX_TYPE(WSTR_CHK, LOGWSTR_CHK, LPCWSTR, ItemWString, "s", s, 0);
  14. DEFINE_CPLX_TYPE(ASTR_CHK, LOGASTR_CHK, LPCSTR, ItemAString, "s", s, 0);