You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user wants to use an adapter directly, for example, to move log messages from one logging system to the Log::Any::Adapter, we should support this. To this end, we should document the Adapter API in, for example, Log::Any::Adapter::Base (with a link from Log::Any::Adapter explaining).
This document should explain all the methods that adapters are required to have by default, the arguments they are required to have, and any return values they are required to have.
The text was updated successfully, but these errors were encountered:
If a user wants to use an adapter directly, for example, to move log messages from one logging system to the Log::Any::Adapter, we should support this. To this end, we should document the Adapter API in, for example, Log::Any::Adapter::Base (with a link from Log::Any::Adapter explaining).
This document should explain all the methods that adapters are required to have by default, the arguments they are required to have, and any return values they are required to have.
The text was updated successfully, but these errors were encountered: