You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foo("hello") // the implicit sourcecode.File is filled in automatically
196
196
```
197
197
198
-
## Debugging Scala in IntelliJ
199
-
200
-
Check out [scala-trace-debug](https://github.com/JohnReedLOL/scala-trace-debug) to make multithreaded bug tracing and
201
-
prevention easier than ever. Provides user-friendly prints, traces, assertions,
202
-
container printing, and source code printing.
203
-
204
-
## Logstash
205
-
206
-
Check out [logstash-logback-encoder](https://github.com/logstash/logstash-logback-encoder) if you're using [Logstash](https://www.elastic.co/products/logstash).
207
-
Provides logback encoders, layouts, and appenders to log in JSON format.
208
-
209
-
## Other noteworthy tooling
210
-
211
-
-https://github.com/godaddy/godaddy-logger
212
-
213
-
## Maintainer ##
214
-
215
-
The original author [Heiko Seeberger](https://twitter.com/hseeberger) stepped down Q1 2015, starting a new adventure at codecentric. Future maintenance is taken
216
-
over by [Mathias Bogaert](http://twitter.com/analytically).
217
-
218
198
## Contribution policy ##
219
199
220
200
Contributions via GitHub pull requests are gladly accepted from their original author. Before we can accept pull requests, you will need to agree to the [Typesafe Contributor License Agreement](http://www.typesafe.com/contribute/cla) online, using your GitHub account.
0 commit comments