2.4 Log / Terminal
Last updated
Last updated
The Nujan IDE Terminal provides developers with four distinct types of logs, each serving a crucial role in enhancing development visibility and facilitating effective smart contract development:
[Success] - Success logs signify the successful execution of operations or processes within the IDE. They provide affirmative feedback on completed tasks, successful deployments, and error-free transactions, instilling confidence in the developer about the correctness of their actions.
[Info] - Information logs deliver valuable insights and details about the ongoing processes and actions taking place within the IDE. These logs serve as informative updates, helping developers stay informed about the IDE's operations and their smart contract's progress.
[Warning] - Warning logs highlight potential issues or situations that require the developer's attention. They provide early notifications about situations that might impact the smart contract's functionality or security, allowing developers to take proactive measures to address them.
[Error] - Error logs indicate critical issues or failures that require immediate attention. They help developers identify and resolve bugs, exceptions, or runtime errors, ensuring the stability and reliability of the smart contract before deployment.