Class LoggingFactory

Package com.yandex.runtime.logging

java.lang.Object
    ↳ com.yandex.runtime.logging.LoggingFactory

class LoggingFactory

Summary

Constructors

Signature and Description

LoggingFactory()

Methods

Type and modifiers

Method and Description

static native Logging

getLogging()
Returns the Logging instance for subscribing to log messages.

Constuctors

LoggingFactory

LoggingFactory()


Methods

getLogging

@NonNull
Logging getLogging()

Returns the Logging instance for subscribing to log messages.

Returns

The Logging instance.