d4h0
d4h0
I now also tested in the popular 'rxvt-unicode' terminal emulator, but still no color.
You mean [this example](https://github.com/emabee/flexi_logger/blob/master/examples/colors.rs), right? The output of this example has colored output. When I execute the following code, however, there isn't colored output: ```rust use log::{info}; fn main() {...
Ah, okay. Before I cloned this repo and ran the colors example this way, but it seems this repo only has 0.16.0. Now I copied the colors example to my...
> How did you run it? I copied the source code from 'colors.rs' to 'src/bin/flexi_logger_test.rs' and ran `cargo run --bin flexi_logger_test` > Did you switch off the default features? No,...
What is strange is that, as mentioned above, when I clone this repo (0.16.0), and run `colors` from there, it seems to work. The output is: ``` Stdout is considered...
> If you copy the source file to a different crate, then the feature would have to be defined there, with the right dependencies :-| Oh, right, I didn't read...
Sorry for the delay! With your patch I get the following output: ``` [src/formats.rs:374] stream.is_tty() = true [src/formats.rs:374] stream.is_tty() = true [src/formats.rs:270] std::env::var_os("FLEXI_LOGGER_PALETTE") = None [2020-10-19 18:09:53.462338 +02:00] INFO [test]...
And I ran this by cloning your repo, applying the patch, creating `examples/test.rs`, and then running `cargo run --example test`.
@mkz7: The fix first needs to be published in a release on the extension store. Did you install the extension from the source code in this repo? "Not Now" means,...
> Hi @d4h0, you are reading something into my post which wasn't in it. There was no rudeness present or intended. @mkz7: Alright. After publishing my comment and then rereading...