Files
ladybird/Libraries/LibJS
Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere
This changes the remaining uses of the following functions across LibJS:

- String::format() => String::formatted()
- dbg() => dbgln()
- printf() => out(), outln()
- fprintf() => warnln()

I also removed the relevant 'LogStream& operator<<' overloads as they're
not needed anymore.
2020-12-06 18:52:52 +01:00
..
2020-12-05 23:52:17 +01:00
2020-11-28 17:16:48 +01:00
2020-12-05 23:52:17 +01:00
2020-10-26 21:38:34 +01:00