global

Details

Members


<static> __root :string

Description

The folder of the node.js projet

Details
string

<static> __logFile :string

Description

The path to the logfile

Details
string

<static> __tempFolder :string

Description

The temp folder of the node.js projet

Details
string

Methods


<static> GUIDGenerator() → {string}

Returns

<static> nameof( varObject )

Parameters
Name Type Description
varObject Object
Examples
nameof({myVar}); //return "myVar"
Details

<static> overrideLine( message, newLine )

Description

Override last line in the logfile

Parameters
Name Type Default Description
message string
newLine boolean true
Details

<static> writeLog( message, newLine )

Description

Write a line in the logfile

Parameters
Name Type Default Description
message string
newLine boolean true
Details

<static> toFileName( fileName, replacer )

Parameters
Name Type Default Description
fileName string
replacer string -
Details