bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

Ctrl-C/Cmd-C copies message log & current callstack to clipboard #36

Closed Kalmalyzer closed 6 years ago

Kalmalyzer commented 6 years ago

This is a first implementation of copy-to-clipboard. #12 describes several alternative designs. This is design nr 1, "always copy everything".

All lines that were included according to the channels/text-pattern filter will be copied. They are formatted as "time : message type : message ". For compact format, the nr. of times is not yet included.

If a log line has been selected then the currently-displayed callstack is also included.

Kalmalyzer commented 6 years ago

Nudge nuge. You want this. It is grand.

bbbscarter commented 6 years ago

Sorry for the delay - looks good!