Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[gecko.git] / services / interfaces / mozIAppServicesLogger.idl
blob17d8c87c3af984a0615ad641f0d8112773725f3f
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
6 #include "mozIServicesLogSink.idl"
8 [scriptable, uuid(446dd837-fbb0-41e4-8221-f740f672b20d)]
9 interface mozIAppServicesLogger : nsISupports {
10 void register(in AString target, in mozIServicesLogSink logger);