Companion

public class Companion

Properties

Link copied to clipboard
public final static LoggerScope.Companion INSTANCE

Functions

Link copied to clipboard
public final static LoggerScope createNamedScope(String name, Logger identity)

Creates an instance of LoggerScope with custom name.

Link copied to clipboard
public final LoggerScope invoke<T extends Any>(Logger identity)

Creates an instance of LoggerScope with scope set to class simple name.

public final LoggerScope invoke(String name, Logger identity)

Creates an instance of LoggerScope with custom name.