PMSETDEBUG(3)
PM Programmer's Manual
PMSETDEBUG(3)
NAME
pmSetDebug - set the debug level and error file

SYNOPSIS
int pmSetDebug(int level, FILE *error_file);

ARGUMENTS
int level
IN
Debug level
FILE * error_file
IN
File to write error messages

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmSetDebug() sets the debug level to level and the error file to error_file. A level of 0 means no debugging, otherwise the level is device dependent.

RETURN VALUE
None


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.