-
The README.md and the homepage states the usage of the static wrapper, but does not state the output of the Logger call. I wonder whether the result is logged as `com.jcabi.log.Logger` class or `Foo` …
-
Hello,
I tried to compile tinylog in mingw64, but since some of the header files do not exist I couldn't succeed.
Is there any way for it?
#include
#include
#include
-
I'm trying to use the following tinylog.properties with tinylog 2.6.1:
# rolling file
writer = rolling file
writer.level = trace
writer.format = {date: HH:mm:ss.SSS}|{thread}|{clas…
-
## Description
Presently, jpf-ctl contains many System.out.println calls for use in debugging. Ideally, we should replace these calls with an appropriate logging tool.
## Implementation Details…
-
**Describe what's wrong**
`full_sorting_merge` and `hash` join algorithm have different result for the following case.
```SQL
-- Tags: long
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;
…
-
For tinylog. Refs https://github.com/JabRef/jabref/pull/8226
Debug log level is only possible with java property `-Dtinylog.level=debug`
DevDocs need to be adjusted as well.
-
Currently, the ClickHouse JDBC driver returns `java.util.ArrayList` for `Tuple` types within `ClickHouseTupleValue`. This can create complications when integrating with java applications that interact…
-
I would like to have a core library.
It doesn't contain too much features.
Only core features.
Tinylog is still too fat.
Don't add features,It immediately becomes Log4j2.
tcmot updated
2 years ago
-
Hello,
I think there is no feature in tinylog to send logs to a remote syslog server like other logging frameworks. If there a way to send to syslog by using another appender/binding or is it hard …
-