Class NativeLog

java.lang.Object
uk.co.caprica.vlcj.log.NativeLog

public final class NativeLog extends Object
Encapsulation of the vlc native log.

The native library specifies that implementations of native log handlers (like that encapsulated within this class) must be thread-safe.

The default log level is LogLevel.NOTICE, this can be changed by invoking setLevel(LogLevel).