Diagnostics/TraceLogger.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\TraceLogger

Package: Default
This file contains Trace Logger.
Parent(s)
\Logger
Inherited_from
\Logger  

Properties

>VPropertyprivateinteger $traceSwitchLevel
Provides a multilevel switch to control tracing.
Details
Type
integer

Methods

methodpublicLog(\TraceLevel $idsTraceLevel,  $messageToWrite) : void

Logs messages depending on the ids trace level.

Parameters
NameTypeDescription
$idsTraceLevel\TraceLevel

IDS Trace Level

$messageToWrite
methodpublicLog(\TraceLevel $idsTraceLevel, string $messageToWrite) : void
inherited

Logs messages depending on the ids trace level.

Inherited from:
Parameters
NameTypeDescription
$idsTraceLevel\TraceLevel

IDS Trace Level.

$messageToWritestring

The message to write.

methodpublic__construct() : void

Initializes a new instance of the TraceLogger class.

Documentation was generated by phpDocumentor 2.8.5.