class
Cryload::Logger
- Cryload::Logger
- Reference
- Object
Overview
Singleton class which handles all the logging
Defined in:
cryload/logger.crClass Method Summary
- .csv_document(s : Stats) : String
- .json_document(s : Stats) : String
-
.log_final
Logs the final stats
-
.log_header(url : String, duration_sec : Int32 | Nil, request_count : Int32 | Nil, connections : Int32, rate_limit : Int32 | Nil, warmup_seconds : Int32 = 0, disable_keepalive : Bool = false)
Logs the test header
- .log_progress
- .log_warmup(seconds : Int32)
Class Method Detail
def self.log_header(url : String, duration_sec : Int32 | Nil, request_count : Int32 | Nil, connections : Int32, rate_limit : Int32 | Nil, warmup_seconds : Int32 = 0, disable_keepalive : Bool = false)
#
Logs the test header