Logidav Docs

LogServiceInterface

Table of Contents

Methods

__construct()  : mixed
LogService constructor.
getLogDirectory()  : string
getLogFileName()  : string
getLogInstance()  : Logger
Log a message
isNotifyDevelopmentTeam()  : bool
notifyDevelopmentTeam()  : mixed
Notifying Axelites team about new bug
setLogDirectory()  : LogService
setLogFileName()  : LogService
setNotifyDevelopmentTeam()  : mixed

Methods

__construct()

LogService constructor.

public __construct(ContainerInterface $container) : mixed
Parameters
$container : ContainerInterface

getLogInstance()

Log a message

public getLogInstance() : Logger
Tags
throws
Exception
Return values
Logger

isNotifyDevelopmentTeam()

public isNotifyDevelopmentTeam() : bool
Return values
bool

notifyDevelopmentTeam()

Notifying Axelites team about new bug

public notifyDevelopmentTeam(mixed $msg[, null $url = null ][, string $subject = 'New Bug in logidav' ]) : mixed
Parameters
$msg : mixed
$url : null = null
$subject : string = 'New Bug in logidav'

setNotifyDevelopmentTeam()

public setNotifyDevelopmentTeam(bool $notifyDevelopmentTeam) : mixed
Parameters
$notifyDevelopmentTeam : bool

        
On this page

Search results