0.2.1 • Published 9 years ago

noinfopath-logger v0.2.1

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

getLog

Usage

getLog();

Returns

TypeDescription
array_log Returns parsed and filtered log message.

read

Usage

read();

Returns

TypeDescription
arrayReturns a referrence to the log.

write

Takes in message. If an object or array, then it is parsed as a JSON string. Then passed to default logging servie.

Usage

write(msg);

Arguments

ParamTypeDetails
msgobjectA String, object, or array will be passed in for logging.