log
Log specific information in Eagle software for debugging and troubleshooting during development.
Click here to see how to obtain Eagle software logs.
Methods
debug(obj)
Log debug-type content to the software log
obj
Object - The content to be recorded, can beObject
,String
,Array
, and other formats
info(obj)
Log info-type content to the software log
obj
Object - The content to be recorded, can beObject
,String
,Array
, and other formats
warn(obj)
Log warn-type content to the software log
obj
Object - The content to be recorded, can beObject
,String
,Array
, and other formats
error(obj)
Log error-type content to the software log
obj
Object - The content to be recorded, can beObject
,String
,Array
, and other formats
Last updated