I am trying to create a line legend with specific dashing and thickness. Here is the code.
LineLegend[{{Black, Dashing[Tiny], Thickness[0.005]}, {Black, Dashing[Small], Thickness[0.005]}, {Black, Dashing[Large], Thickness[0.005]}, {Black, Thickness[0.005]}, {Black, Thickness[0.01]}}, {"0.001", "0.01", "1", "10", "100"}] My output is the unevaluated version of my input:

