CONSOLEPREFIXLOG

Console Commands and Variables with Prefix LOG_



Possible Flags: READONLY, DEPRECATED, DUMPTODISK, REQUIRE_LEVEL_RELOAD, REQUIRE_APP_RESTART, RESTRICTEDMODE

Alphabetically Sorted

Console Variables and Commands

    log_EnableRemoteConsole

      DUMPTODISK
      
      enables/disables the remote console
      

    log_IncludeTime

      
      Toggles time stamping of log entries.
      Usage: log_IncludeTime [0/1/2/3/4/5]
        0=off (default)
        1=current time
        2=relative time
        3=current+relative time
        4=absolute time in seconds since this mode was started
        5=current time+server time
      

    log_Module

      
      Only show warnings from specified module
      

    log_SpamDelay

      
      Sets the minimum time interval between messages classified as spam
      

    log_tick

      
      When not 0, writes tick log entry into the log file, every N seconds
      

    log_Verbosity

      DUMPTODISK
      
      defines the verbosity level for log messages written to console
      -1=suppress all logs (including eAlways)
      0=suppress all logs(except eAlways)
      1=additional errors
      2=additional warnings
      3=additional messages
      4=additional comments
      

    log_VerbosityOverridesWriteToFile

      DUMPTODISK
      
      when enabled, setting log_verbosity to 0 will stop all logging including writing to file
      

    log_WriteToFile

      DUMPTODISK
      
      toggle whether to write log to file (game.log)
      

    log_WriteToFileVerbosity

      DUMPTODISK
      
      defines the verbosity level for log messages written to files
      -1=suppress all logs (including eAlways)
      0=suppress all logs(except eAlways)
      1=additional errors
      2=additional warnings
      3=additional messages
      4=additional comments