Function Macro

GrlLOG_DOMAIN_INIT

Declaration [src]

#define GRL_LOG_DOMAIN_INIT (
  domain,
  name
)

Description [src]

Creates a new GrlLogDomain with the given name.

This function is not directly available to language bindings.

Parameters

domain

Type: -

The log domain to initialize.

name

Type: -

The name of the log domain.