lager_x v0.14.2 LagerX
Link to this section Summary
Functions
This function is used to get compile time log level. Examples: iex(4)> LagerX.compile_log_level :info
This function is used to set compile time log level. By default the log level is ‘info’. Examples: iex(4)> LagerX.compile_log_level(6) true iex(4)> LagerX.compile_log_level(:info) true
This function is used to set compile time truncation size. By default the truncation size is 4096. Examples: iex(4)> LagerX.compile_truncation_size(512) true
Link to this section Functions
This function is used to get compile time log level. Examples: iex(4)> LagerX.compile_log_level :info
This function is used to set compile time log level. By default the log level is ‘info’. Examples: iex(4)> LagerX.compile_log_level(6) true iex(4)> LagerX.compile_log_level(:info) true
This function is used to set compile time truncation size. By default the truncation size is 4096. Examples: iex(4)> LagerX.compile_truncation_size(512) true