printLogBeforeInitialize

open fun printLogBeforeInitialize(logLevel: Int, @NonNull tag: String, @NonNull message: String)

A function that forcibly outputs logs. Before Gamebase is initialized, the DebugMode setting is at its default value, so log output is not possible through Logger.

Parameters

logLevel

One of Logger.VERBOSE, Logger.DEBUG, Logger.INFO, Logger.WARN, Logger.ERROR, Logger.ASSERT

tag

Tag for for the log data. Can be used to organize log statements.

message

The actual message to be logged.