20#ifndef __com_sun_star_logging_FileHandler_idl__
21#define __com_sun_star_logging_FileHandler_idl__
27module
com { module sun { module star { module logging {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
provides possibilities to send LogRecords to an arbitrary output channel.
Definition XLogHandler.idl:39
Definition Ambiguous.idl:22
specifies a component implementing a log handler whose output channel is a file.
Definition FileHandler.idl:44
createWithSettings([in] sequence< ::com::sun::star::beans::NamedValue > Settings)
creates an instance of the log handler, using generic settings
create([in] string FileURL)
creates a log handler whose output is directed to a file given by URL.