\it\thecsea\mysqltcsSimpleLogger

Class SimpleLogger

Summary

Methods
Properties
Constants
log()
isPrint()
setPrint()
getLogArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$logArray
$print
N/A

Properties

$logArray

$logArray : array<mixed,String>

Type

array<mixed,String>

$print

$print : boolean

if true the logger print the mex when log() si called

Type

boolean

Methods

log()

log(String  $mex) 

Log a message

Parameters

String $mex

isPrint()

isPrint() : boolean

return print status

Returns

boolean

setPrint()

setPrint(boolean  $print) 

set print, if true the logger print the mex when log() si called

Parameters

boolean $print

getLogArray()

getLogArray() : array

Returns

array