function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
santhosh  konsanthosh kon 

What are log levels in salesforce?

Himanshu ParasharHimanshu Parashar
you can read details about log here
 
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_debugging_debug_log.htm


Thanks,
Himanshu
Salesforce Certified Developer | Administrator | Service Cloud Consultant

P.S.  If my answer helps you to solve your problem please mark it as best answer. It will help other to find best answer.
 
Tejpal KumawatTejpal Kumawat
Hello Friend,

You can specify the following log levels.

    ERROR
    WARN
    INFO
    DEBUG
    FINE
    FINER
    FINEST



If this answers your question then hit Like and mark it as solution!