rotatory_path()

rotatory_path()#

Get the path of the currently active file in a rotatory log.

Prototype

PUBLIC const char *rotatory_path(
    int handle
);
        

Parameters

Key

Type

Description

handle

int

The handle of the rotatory log to query.


Return Value

Returns a string containing the path of the active file, or NULL on failure.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples