rotatory_path()

rotatory_path()#

The rotatory_path() function retrieves the file path associated with the given rotatory log handle.

Prototype

const char *rotatory_path(
    hrotatory_h hr
);

Parameters

Key

Type

Description

hr

hrotatory_h

Handle to the rotatory log instance.


Return Value

Returns a pointer to the file path string associated with the given rotatory log handle.

Notes

The returned pointer is managed internally and should not be modified or freed by the caller.

Prototype

// Not applicable in JS

Prototype

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