hio has quit [Quit: Connection closed for inactivity]
ziyourenxiang has joined #ocaml
Hrundi_V_Bakshi has quit [Remote host closed the connection]
dedgrant has joined #ocaml
ski has quit [Ping timeout: 245 seconds]
ski has joined #ocaml
dedgrant has quit [Quit: Leaving]
Haudegen has quit [Remote host closed the connection]
mfp has quit [Ping timeout: 272 seconds]
AtumT has quit [Quit: AtumT]
keep_learning_M has joined #ocaml
Jeanne-Kamikaze has joined #ocaml
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
Jesin has quit [Ping timeout: 272 seconds]
gravicappa has joined #ocaml
hio has joined #ocaml
kotrcka has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
jao has quit [Ping timeout: 245 seconds]
FreeBirdLjj has quit [Ping timeout: 268 seconds]
keep_learning_M has quit [Quit: This computer has gone to sleep]
FreeBirdLjj has joined #ocaml
narimiran has joined #ocaml
gravicappa has quit [Ping timeout: 245 seconds]
traviss has joined #ocaml
keep_learning_M has joined #ocaml
iovec has joined #ocaml
narimiran has quit [Ping timeout: 268 seconds]
ggole has joined #ocaml
Jeanne-Kamikaze has quit [Quit: Leaving]
_whitelogger has joined #ocaml
traviss has quit [Quit: Leaving]
_whitelogger has joined #ocaml
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
mfp has joined #ocaml
narimiran has joined #ocaml
iovec has quit [Quit: Connection closed for inactivity]
<dmbaturin>
I'm not seriously thinking of making a "purity ring" with the types of monad engraved on it. The only problem is that the one who borrowed my tools is evaluating my request to return them lazily.
<dmbaturin>
* now
Haudegen has joined #ocaml
<Drup>
You just need to terminate the call, so that the borrow returns.
<dmbaturin>
Good point.
<dmbaturin>
Anyone got an example of a formatter for Logs that outputs just the message, without the process name and level?
FreeBirdLjj has quit [Remote host closed the connection]
_whitelogger has joined #ocaml
<Leonidas>
print_endline?
khodzha has joined #ocaml
<dmbaturin>
Leonidas: But then you don't get free verbosity level separation.
jao has joined #ocaml
silver has joined #ocaml
<aecepoglu[m]>
free verbosity level separation?
andreas303 has quit [Remote host closed the connection]
andreas303 has joined #ocaml
<dmbaturin>
aecepoglu[m]: Well, with logging libs, it's trivial to separate debug messages from normal output, just use different levels.
<aecepoglu[m]>
Ah, I didn't even read the question properly. The verbosity levels for logger
<aecepoglu[m]>
I couldn't make sense of "free verbosity level separation" for some reason
<dmbaturin>
aecepoglu[m]: The original question was about getting rid of the process name and level in Logs, to avoid visual clutter when run as an interactive process.