in german/auf Deutsch


DEVICE=Log.sys

This driver enables logging of system error messages and some application error messages.

note: You need also logdaem.exe

DEVICE=C:\OS2\LOG.SYS [parameters]

Parameters:

  • /E:value

    This sets up the log buffer size.
    Value can be in the range from 4 to 64 .
    Default = 8
    This value is expressed in Kbytes.

  • /A:value

    This is the size of the alarm buffer.
    Value can be in the range from 4 to 64 .
    Default = 8
    This value is expressed in Kbytes.

  • /OFF
    If set to OFF the driver is installed but the logging of error messages is turned off. You can turn it on again with the program Syslog.

See the examples below.

To install the log driver with a log buffer size of 48 Kbytes and an alarm buffer of 16 Kbytes, add this line to your config.sys file:

DEVICE=C:\OS2\LOG.SYS /E:48 /A:16

To install the log driver but turn it off after initialization use this line:

DEVICE=C:\OS2\LOG.SYS /OFF


Platform Support:
OS/2 2.x OS/2 3.0 OS/2 4.0
Yes Yes Yes


Device Statements
  <<< Previous
Config.sys Home
Next >>>  


Last modified 11 Jan 2000 by Joerg Sievers at jogi@warpsite.de. - This page can be found from http://www.warpsite.de/en/csdp/DEVICE_Log_sys.htm
Copyright © 1998-2000 Oliver Poggensee, © 2000 Joerg Sievers