Package 

Class LogParameters


  • 
    public class LogParameters
    
                        

    Represents parameters related to a log message.

    • Constructor Detail

      • LogParameters

        LogParameters(LogModule module, LogLevel level, String timestamp, String file, String function, int line, String tag, String message, String thread)
        DEPRECATED - Construct the LogParameters object using LogParameters.Builder Construtct a LogParameters object.
        Parameters:
        module - LogModule that generated this log message.
        level - LogLevel at which this log message was generated.
        timestamp - Local Timestamp in YY-MM-DD HH:MM:SS.MMM format as a string.
        file - Source file that generated this log message.
        function - Method within which this log message was generated.
        line - Line number of the log message within the source file.
        tag - Metadata string.
        message - Log message text.
        thread - Thread name or id.