com.sun.jini.mahalo.log
Interface ClientLog
- All Known Subinterfaces:
- Log
- All Known Implementing Classes:
- SimpleLogFile, TransientLogFile
public interface ClientLog
Represents the functions clients can perform on a log file.
- Author:
- Sun Microsystems, Inc.
write
void write(LogRecord rec)
throws LogException
- Throws:
LogException
invalidate
void invalidate()
throws LogException
- Throws:
LogException
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.