Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 2.04 KB

API.md

File metadata and controls

20 lines (18 loc) · 2.04 KB

EZLOG API Documentation

Methods

Method Description
start(className, methodName) Deprecated: Defines the Start of a method/function.
Use EZ_START() instead!
end() Deprecated: Defines the End of a method/function.
Use EZ_START() instead!
error(msg) Prints an Error-Message (without CRLF at the end)
errorln(msg) Prints an Error-Message
warn(Stng msg) Prints an Warning-Message (without CRLF at the end)
warnln(msg) Prints an Warning-Message
info(msg) Prints an Info-Message (without CRLF at the end)
infoln(msg) Prints an Info-Message
debug(msg) Prints an Debug-Message (without CRLF at the end)
debugln(msg) Prints an Debug-Message
verbose(msg) Prints an Verbose-Message (without CRLF at the end)
verboseln(msg) Prints an Verbose-Message
freeMem() Prints a Information about the free Memory on the system
freeMem(prefix, inBytes= false) Prints a Information about the free Memory on the system, with custom prefix