diff --git a/ModuleClientAPIPrincipals.md b/ModuleClientAPIPrincipals.md index 2984483..46a11ba 100644 --- a/ModuleClientAPIPrincipals.md +++ b/ModuleClientAPIPrincipals.md @@ -17,3 +17,4 @@ When creating the client side of a module there are some really important things - Module should not have any css blending applied to them since the are global blending for each module. - Module should not have any css borders applied to them since the are global borders for each module. - Module should not have any css padding applied to them since the are global padding for each module. +- Never log directly to ModuleLog.info/ModuleLog.warn/ModuleLog.error! Always use console.log/console.error/console.warn