← Back to index
class PlatformLog

Constructors

🔗
PlatformLog()

The constructor function sets up the logging base directory, region, and metadata for the logger.

Properties

🔗
level: Log.LevelName

It returns the log level

🔗
logger: Log.Logger

This function returns the logger object

🔗
logger_internal
🔗
mask: string[]

The function returns an array of strings obtained by splitting the value of the "LOG_MASK" environment variable using commas as the delimiter.

🔗
package: string
🔗
region: TPlatformLogRecord["region"]

Constructors

🔗
PlatformLog()

The constructor function sets up the logging base directory, region, and metadata for the logger.

Properties

🔗
level: Log.LevelName

It returns the log level

🔗
logger: Log.Logger

This function returns the logger object

🔗
logger_internal
🔗
mask: string[]

The function returns an array of strings obtained by splitting the value of the "LOG_MASK" environment variable using commas as the delimiter.

🔗
package: string
🔗
region: TPlatformLogRecord["region"]